Files
vue3-element-admin/.editorconfig
2026-06-18 18:38:12 +08:00

21 lines
379 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.
# http://editorconfig.org
root = true
# 所有文件
[*]
# 文件字符集
charset = utf-8
# 换行符类型lf | cr | crlf
end_of_line = lf
# 缩进风格space | tab
indent_style = space
# 缩进大小
indent_size = 2
# 文件末尾保留一个空行
insert_final_newline = true
# Markdown 保留原始排版
[*.md]
max_line_length = off
trim_trailing_whitespace = false