root = true

[*.{py,md,yml,yaml,toml,json,gitattributes}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,toml}]
indent_size = 4

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