Allow multiline ifs if their body is not multiline itself for content (#2591)

* Allow multiline ifs if their body is not multiline itself

* sln.DotSettings

* Tabs bad
This commit is contained in:
DrSmugleaf
2020-11-21 12:01:08 +01:00
committed by GitHub
parent 6d2882c7cf
commit 8954071220
2 changed files with 4 additions and 1 deletions

View File

@@ -332,5 +332,8 @@ dotnet_naming_symbols.types_and_namespaces_symbols.applicable_kinds = namespace,
dotnet_naming_symbols.type_parameters_symbols.applicable_accessibilities = *
dotnet_naming_symbols.type_parameters_symbols.applicable_kinds = type_parameter
# ReSharper properties
resharper_braces_for_ifelse = required_for_multiline
[*.{csproj,xml,yml,dll.config,msbuildproj,targets}]
indent_size = 2