Files
chuanqi-qycq-web/.editorconfig

14 lines
213 B
INI
Raw Permalink Normal View History

2025-09-30 17:43:06 +08:00
root = true
[*]
# 设置字符集
charset = utf-8
# 缩进风格可选space、tab
indent_style = space
# 缩进的空格数
indent_size = 2
end_of_line = lf
insert_final_newline = false
max_line_length = 300