root = true

[*]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 120
quote_type = single
curly_bracket_next_line = false
spaces_around_operators = true
spaces_around_brackets = inside

[*.{java,ts,tsx,js,jsx,html,css,scss,properties,gradle,groovy,xml,yaml,yml,json,toml}]
continuation_indent_size = 4
trim_trailing_whitespace = true

[*.{md,adoc}]
trim_trailing_whitespace = false

[*.{bat,cmd}]
end_of_line = crlf

[*.rs]
indent_size = 4
continuation_indent_size = 8
