cpms_operation_platform/.editorconfig

16 lines
220 B
INI
Raw Permalink Normal View History

2026-07-14 10:31:17 +08:00
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
[*.{less,css}]
indent_size = 2