Files
WAI_Project_VUE/.editorconfig

8 lines
168 B
INI
Raw Permalink Normal View History

2025-11-24 23:24:06 +08:00
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true