# Editorconfig to keep settings the same across devices and editors
# https://editorconfig.org/

root = true

[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true

[*.{html,md,py,rs}]
indent_size = 4
indent_style = space

[*.{yml,yaml}]
indent_style = space
