root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.{css,scss,js,vue,json}]
indent_style = tab
indent_size = 2

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

[*.{html5,svg}]
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false
