Adds basic formatting settings for IDEs that recognize the .editorconfig file:
utf-8 chartacter set
4-character-wide tabs (not spaces)
trim trailing whitespace
insert new line at end of files
This is becoming an established standard for OS projects. There are editorconfig plugins available for or support is baked into Coda, Sublime Text, Visual Studio, Vim, and most other popular editors. See http://editorconfig.org for details.
Adds basic formatting settings for IDEs that recognize the
.editorconfig
file:This is becoming an established standard for OS projects. There are editorconfig plugins available for or support is baked into Coda, Sublime Text, Visual Studio, Vim, and most other popular editors. See http://editorconfig.org for details.