Introduce .editorconfig file

This commit is contained in:
Jed Mao
2014-10-25 01:27:02 -05:00
parent 290e43ba29
commit f3b1e94d68
2 changed files with 60 additions and 44 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# http://editorconfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_size = 2
[*.yml]
indent_size = 2