shengqingqixie-admin/.editorconfig

15 lines
209 B
INI
Raw Normal View History

2024-07-09 18:07:55 +08:00
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{ts,js,vue,css}]
indent_size = 2