root = True

[*]
end_of_line = lf
insert_final_newline = True
indent_style = space
indent_size = 4
trim_trailing_whitespace = True

[*.py]
charset = utf-8

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

[Makefile]
indent_style = tab
