Add EditorConfig

This commit is contained in:
Ben Word
2013-02-08 09:18:02 -06:00
parent 10cf6b0a64
commit 271a3f5921

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true