root=true

[*]
end_of_line = lf
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 4

[*.{js,py}]
trim_trailing_whitespace = true

[*.{yml,yaml,json}]
indent_size = 2
