adds .editorconfig

This commit is contained in:
Spencer Gibb
2017-04-14 13:36:34 -06:00
parent 1188584bca
commit bd4ad702e0

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root=true
[*.java]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
[*.xml]
indent_style = tab
indent_size = 4
continuation_indent_size = 8