root = true

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

[fe]
indent_size = 2
end_of_line = lf

[*.{md,markdown}]
trim_trailing_whitespace = false
ij_visual_guides = 90

[Makefile]
indent_style = tab

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