# http://editorconfig.org
root = true

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

[*.{html,less,css,json}]            # 对所有 html, less, css, json 文件生效
quote_type = double
