# Reference to organized config
# Main configuration is in .config/formatting/editorconfig
root = true

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

[*.py]
indent_style = space
indent_size = 2

[*.{md,markdown}]
indent_style = space
indent_size = 2

[*.{json,yml,yaml,toml,ini}]
indent_style = space
indent_size = 2
