first commit
This commit is contained in:
21
Swoft_BackEndApi/.editorconfig
Executable file
21
Swoft_BackEndApi/.editorconfig
Executable file
@@ -0,0 +1,21 @@
|
||||
root = true
|
||||
|
||||
# 对所有文件生效
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# 对后缀名为 md 的文件生效
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.php]
|
||||
indent_size = 4
|
||||
|
||||
[resource/views/*.php]
|
||||
indent_size = 2
|
||||
|
||||
Reference in New Issue
Block a user