root = true

[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_size = 4

[*.{json,yaml,yml,C,cpp,hpp,xml}]
indent_size = 2
