Files
smart-admin/smart-admin-h5/.editorconfig
1024lab@sina.com 5593e3d2f8 同步gitee代码
2021-08-10 14:13:34 +08:00

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