Introduce EditorConfig

This commit is contained in:
Jed Mao
2015-04-28 23:41:20 -05:00
parent 5cd28fd0e3
commit 2e46165db4

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[{*.json,*.yml}]
indent_style = space
indent_size = 2