cool-admin-vue/.editorconfig

8 lines
168 B
INI
Raw Normal View History

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
2021-03-09 18:10:43 +08:00
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true