# see https://EditorConfig.org
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true

[*.{cpp,h}]
indent_size = 3
tab_width = 3

[*.py]
indent_size = 4
tab_width = 4
