root = true

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
indent_size = 2

[*.py]
indent_size = 4

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