Skip to content

Add EditorConfig plugins #3854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ for another platform.

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

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

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