update .editorconfig (#34677)
This commit is contained in:
parent
3ed31ed72c
commit
04c20f5b31
|
|
@ -344,6 +344,9 @@ resharper_keep_existing_attribute_arrangement = true
|
|||
resharper_wrap_chained_binary_patterns = chop_if_long
|
||||
resharper_wrap_chained_method_calls = chop_if_long
|
||||
resharper_csharp_trailing_comma_in_multiline_lists = true
|
||||
resharper_csharp_qualified_using_at_nested_scope = false
|
||||
resharper_csharp_prefer_qualified_reference = false
|
||||
resharper_csharp_allow_alias = false
|
||||
|
||||
[*.{csproj,xml,yml,yaml,dll.config,msbuildproj,targets,props}]
|
||||
indent_size = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue