Make arguments and parameters wrap to one variable per line (#27766)

This commit is contained in:
ShadowCommander
2024-05-07 03:50:22 -07:00
committed by GitHub
parent 35dc85fd47
commit b9906eb34c
2 changed files with 79 additions and 31 deletions

View File

@@ -336,7 +336,11 @@ dotnet_naming_symbols.type_parameters_symbols.applicable_kinds = type_parameter
# ReSharper properties
resharper_braces_for_ifelse = required_for_multiline
resharper_csharp_wrap_arguments_style = chop_if_long
resharper_csharp_wrap_parameters_style = chop_if_long
resharper_keep_existing_attribute_arrangement = true
resharper_wrap_chained_binary_patterns = chop_if_long
resharper_wrap_chained_method_calls = chop_if_long
[*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets,props}]
indent_size = 2