Add .editorconfig file

Create a file to provide code formatting hints to editors with support
for the [EditorConfig][] format.

 [EditorConfig]: http://editorconfig.org/
This commit is contained in:
Aaron Schrab 2013-02-20 13:10:58 -05:00
parent e94710ca64
commit ddcba3820a

5
.editorconfig Normal file
View file

@ -0,0 +1,5 @@
root = true # Top-most editorconfig file
[*]
indent_style = space
indent_size = 2