mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
16 lines
256 B
INI
16 lines
256 B
INI
root = true
|
|
|
|
[*]
|
|
# 字符
|
|
charset = utf-8
|
|
# 空格
|
|
indent_style = space
|
|
# 2个空格缩进
|
|
indent_size = 2
|
|
# 换行符
|
|
end_of_line = lf
|
|
# 文件的最后插入一个空行
|
|
insert_final_newline = true
|
|
# 删除行尾的空格
|
|
trim_trailing_whitespace = true
|