.editorconfig
271 Bytes
root=true
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
trim_trailing_whitespace=true
indent_style=space
indent_size=4
[*.java]
continuation_indent_size=8
wildcard_import_limit=0
[*.{yaml,yml}]
indent_size=2
[*.json]
indent_size=2
[*.xml]
indent_size=2