.editorconfig 161 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
root=true

[*.java]
indent_style = space
indent_size = 4
continuation_indent_size = 8

[*.xml]
indent_style = space
indent_size = 4
continuation_indent_size = 4