Files
jordium-gantt-vue3/.editorconfig
LINING-PC\lining 5ba84d5309 init
2025-06-28 21:20:50 +08:00

25 lines
329 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{json,yml,yaml}]
indent_size = 2
[*.vue]
indent_size = 2
[*.{js,ts,tsx,jsx}]
indent_size = 2
[*.{css,scss,sass,less}]
indent_size = 2