Add editor config -- editorconfig.org

This commit is contained in:
Nayruden 2015-11-08 15:50:04 -05:00
parent 34339bfc85
commit 822b3ec2dd

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