Merge pull request #4214 from jedmao/editorconfig

Introduce EditorConfig
This commit is contained in:
Basarat Ali Syed
2015-04-29 15:51:22 +10:00
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[{*.json,*.yml}]
indent_style = space
indent_size = 2