forked from extern/nix-config
21 lines
582 B
Markdown
21 lines
582 B
Markdown
# editorconfig
|
|
|
|
[editorconfig][editorconfig] is the standard tool for editing consistency between editors.
|
|
|
|
## Use Cases
|
|
|
|
editorconfig can be used to:
|
|
|
|
- Finally forget about whether spaces or tabs are being used; editorconfig will handle this automatically for you
|
|
- Share the same indentation settings in all the editors you and your colleagues use
|
|
|
|
You should not use editorconfig if:
|
|
|
|
- You should use editorconfig.
|
|
|
|
## Usage
|
|
|
|
If you use my [`.vimrc`](/vim) or [code](/code) config, editorconfig is already applied.
|
|
|
|
[editorconfig]: https://github.com/editorconfig/editorconfig
|