Files
chuanqi-qycq-web/.editorconfig
2025-09-30 17:43:06 +08:00

14 lines
213 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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