chore: 格式化项目文件缩进
This commit is contained in:
parent
dcfe691fd3
commit
30fd07591e
|
@ -16,7 +16,7 @@ indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8-bom
|
charset = utf-8-bom
|
||||||
[*.{json,yml,xml}]
|
[*.{json,yml,xml,csproj}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
###############################
|
###############################
|
||||||
# .NET Coding Conventions #
|
# .NET Coding Conventions #
|
||||||
|
|
Loading…
Reference in New Issue