blob: 3bb968cc252c12745e91e54c3094a863ffd7ef29 [file] [log] [blame]
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 140
[*.scala]
indent_size = 2
[{*.yml, *.yaml}]
indent_size = 2
[*.json]
indent_size = 2
[*.py]
indent_size = 2
[*.sh]
indent_size = 2
[*.md]
trim_trailing_whitespace = false