root = true

[*.{js,jsx,ts,tsx,vue,less,sass}]
charset = utf-8
indent_style = tab
tab_width = 4
# 换行符的类型。lf, cr, crlf三种
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
