Add build script
This commit is contained in:
parent
2a642faecd
commit
5d554ea58d
7 changed files with 240 additions and 0 deletions
10
build/.editorconfig
Normal file
10
build/.editorconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
[*.cs]
|
||||
dotnet_style_qualification_for_field = false:warning
|
||||
dotnet_style_qualification_for_property = false:warning
|
||||
dotnet_style_qualification_for_method = false:warning
|
||||
dotnet_style_qualification_for_event = false:warning
|
||||
dotnet_style_require_accessibility_modifiers = never:warning
|
||||
|
||||
csharp_style_expression_bodied_properties = true:warning
|
||||
csharp_style_expression_bodied_indexers = true:warning
|
||||
csharp_style_expression_bodied_accessors = true:warning
|
Loading…
Add table
Add a link
Reference in a new issue