root = true

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

[*.{py}]
indent_size = 4

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

[*.toml]
indent_size = 2

[*.json]
indent_size = 2
