mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
v2.0代码提交
This commit is contained in:
15
smart_admin_v1/smart-admin-h5/.editorconfig
Normal file
15
smart_admin_v1/smart-admin-h5/.editorconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
# 字符
|
||||
charset = utf-8
|
||||
# 空格
|
||||
indent_style = space
|
||||
# 2个空格缩进
|
||||
indent_size = 2
|
||||
# 换行符
|
||||
end_of_line = lf
|
||||
# 文件的最后插入一个空行
|
||||
insert_final_newline = true
|
||||
# 删除行尾的空格
|
||||
trim_trailing_whitespace = true
|
||||
Reference in New Issue
Block a user