Jpom/web-vue/.editorconfig

26 lines
456 B
INI
Raw Normal View History

2021-07-31 11:49:05 +08:00
# http://editorconfig.org
2021-08-02 11:05:42 +08:00
# 和父级配置一致,避免使用新的工作空间打开当前项目,无法获取到配置问题
2021-07-31 11:49:05 +08:00
root = true
[*]
2021-08-10 09:05:30 +08:00
indent_style = space
2021-07-31 11:49:05 +08:00
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 200
[*.{json, yml}]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
[*.vue]
indent_style = space
indent_size = 2