chore: 格式化项目文件缩进

This commit is contained in:
Argo-Cloud 2020-12-25 01:10:32 +08:00
parent dcfe691fd3
commit 30fd07591e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8-bom
[*.{json,yml,xml}]
[*.{json,yml,xml,csproj}]
indent_size = 2
###############################
# .NET Coding Conventions #