Skip to content

Commit 6cb6e6d

Browse files
committed
Auto merge of #3854 - hi-rustin:rustin-patch-docs-editorconfig, r=Turbo87
Add EditorConfig plugins Remove TODO and add EditorConfig plugins.
2 parents 5b6ea9f + 588a38e commit 6cb6e6d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/ARCHITECTURE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ for another platform.
8585

8686
These files are mostly only relevant when running crates.io's code in development mode.
8787

88-
* `.editorconfig` - Coding style definitions supported by some IDEs // TODO: Reference extensions
89-
for common editors
88+
* `.editorconfig` - Coding style definitions supported by some IDEs
89+
* [EditorConfig for VS Code]
90+
* [EditorConfig for JetBrains IDEs]
91+
* More plugins are available at: https://editorconfig.org/#download
9092
* `.env` - Environment variables loaded by the backend - (ignored in `.gitignore`)
9193
* `.env.sample` - Example environment file checked into the repository
9294
* `.git/` - The git repository; not available in all deployments (e.g. Heroku)
@@ -101,3 +103,5 @@ local development environment
101103
* `.watchmanconfig` - Use by Ember CLI to efficiently watch for file changes if you install watchman
102104

103105
[GitHub Actions]: https://github.com/rust-lang/crates.io/actions
106+
[EditorConfig for VS Code]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
107+
[EditorConfig for JetBrains IDEs]: https://plugins.jetbrains.com/plugin/7294-editorconfig

0 commit comments

Comments
 (0)