style: 更改代码格式

This commit is contained in:
Argo Zhang 2019-06-20 09:24:41 +08:00 committed by Argo-MacBookPro
parent ff47dac2bf
commit 63934899b7
2 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,14 @@ indent_style = space
[*.{cs,csx,vb,vbx}]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8-bom
[*.{json,yml,xml}]
indent_size = 2
###############################
# .NET Coding Conventions #
###############################
[*.{cs,vb}]
# Unix-style newlines with a newline ending every file
end_of_line = lf
# Organize usings
dotnet_sort_system_directives_first = false
# this. preferences

1
.gitattributes vendored
View File

@ -11,7 +11,6 @@
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
*.sln text eof=crlf
###############################################################################
# Set the merge driver for project and solution files