root = true

[*]
end_of_line = crlf
insert_final_newline = true

[*.{js,java}]
indent_style = tab
trim_trailing_whitespace = true

[*.{xml,json}]
indent_style = space
indent_size = 2

[plugin.xml]
end_of_line = lf
indent_size = 4

[*.json]
end_of_line = lf
trim_trailing_whitespace = true

[*.{h,m}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.ts]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
