.editorconfig 161 Bytes
root=true

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

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