tdesign-vue-next-starter/.editorconfig
pengYYYYY 063ba99491 feat/initialize (merge request !1)
Squash merge branch 'feat/initialize' into 'develop'

Co-author: pengYYYYY <pengyue970715@gmail.com>
2021-08-26 03:25:53 +00:00

15 lines
209 B
INI

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