style: 更改代码格式
This commit is contained in:
parent
ff47dac2bf
commit
63934899b7
|
@ -10,13 +10,14 @@ indent_style = space
|
||||||
[*.{cs,csx,vb,vbx}]
|
[*.{cs,csx,vb,vbx}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8-bom
|
charset = utf-8-bom
|
||||||
|
[*.{json,yml,xml}]
|
||||||
|
indent_size = 2
|
||||||
###############################
|
###############################
|
||||||
# .NET Coding Conventions #
|
# .NET Coding Conventions #
|
||||||
###############################
|
###############################
|
||||||
[*.{cs,vb}]
|
[*.{cs,vb}]
|
||||||
# Unix-style newlines with a newline ending every file
|
|
||||||
end_of_line = lf
|
|
||||||
# Organize usings
|
# Organize usings
|
||||||
dotnet_sort_system_directives_first = false
|
dotnet_sort_system_directives_first = false
|
||||||
# this. preferences
|
# this. preferences
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
# Note: This is only used by command line
|
# Note: This is only used by command line
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#*.cs diff=csharp
|
#*.cs diff=csharp
|
||||||
*.sln text eof=crlf
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Set the merge driver for project and solution files
|
# Set the merge driver for project and solution files
|
||||||
|
|
Loading…
Reference in New Issue