Add editor config -- editorconfig.org

This commit is contained in:
Nayruden 2015-11-08 15:49:48 -05:00
parent 4afe2a5080
commit 9b35f2908d

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true