# EditorConfig is awesome: https://EditorConfig.org

root = true

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

[*.{md,py,rs,sh}]
indent_size = 4

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