continuity/build/.editorconfig
Timothy Schenk 68c1cae587
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
build: add nuke as buildsystem
2023-10-08 12:47:30 +02:00

11 lines
506 B
INI

[*.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_methods = true:silent
csharp_style_expression_bodied_properties = true:warning
csharp_style_expression_bodied_indexers = true:warning
csharp_style_expression_bodied_accessors = true:warning