uiisc/.editorconfig
Jackson Dou 48ae5ead66 update
2022-12-13 00:01:51 +08:00

7 lines
160 B
INI

[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 300