root = true

[*.{java,xml,yml}]
charset = utf-8
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.java]
indent_size = 4
continuation_indent_size = 8

[*.{xml,yml}]
indent_size = 2
continuation_indent_size = 4
