# http://editorconfig.org
root = true

[*]
indent_style = tab
trim_trailing_whitespace = true
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = true

[*.{py,html}]
indent_style = space

[*.{html,vue,js}]
indent_size = 2
