File tree Expand file tree Collapse file tree 2 files changed +909
-142
lines changed
Framework/Intersect.Framework.Core/GameObjects/Maps Expand file tree Collapse file tree 2 files changed +909
-142
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,12 @@ csharp_preserve_single_line_blocks = true
136136csharp_style_namespace_declarations = file_scoped:silent
137137
138138# ReSharper properties
139+ resharper_csharp_wrap_after_declaration_lpar = true
139140resharper_csharp_wrap_after_invocation_lpar = true
140141resharper_csharp_wrap_arguments_style = chop_if_long
142+ resharper_csharp_wrap_before_declaration_rpar = true
141143resharper_csharp_wrap_before_invocation_rpar = true
144+ resharper_csharp_wrap_parameters_style = chop_if_long
142145resharper_keep_existing_invocation_parens_arrangement = false
143146resharper_keep_existing_property_patterns_arrangement = false
144147resharper_max_invocation_arguments_on_line = 3
You can’t perform that action at this time.
0 commit comments