Merge pull request #5777 from gconsidine/evaluate-editorconfig

Add .editorconfig to project root
This commit is contained in:
Greg Considine
2017-03-21 10:02:14 -04:00
committed by GitHub

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
indent_style = tab
[**.py]
indent_style = space
indent_size = 4
[**.{js,less}]
indent_style = space
indent_size = 4
[**.{json}]
indent_style = space
indent_size = 2