@@ -231,7 +231,7 @@ csharp_space_after_dot = false
231231csharp_space_after_keywords_in_control_flow_statements = true
232232csharp_space_after_semicolon_in_for_statement = true
233233csharp_space_around_binary_operators = before_and_after
234- csharp_space_around_declaration_statements = do_not_ignore
234+ csharp_space_around_declaration_statements = false
235235csharp_space_before_colon_in_inheritance_clause = true
236236csharp_space_before_comma = false
237237csharp_space_before_dot = false
@@ -258,6 +258,9 @@ dotnet_diagnostic.IDE0060.severity = warning
258258# ReSharper comment alignment
259259resharper_csharp_int_align_comments = true
260260
261+ # Keep existing initializer arrangements
262+ resharper_csharp_keep_existing_initializer_arrangement = true
263+
261264# Some values of the enum are not processed inside 'switch' statement and are handled via default section
262265resharper_switch_statement_handles_some_known_enum_values_with_default_highlighting = warning
263266
@@ -271,8 +274,8 @@ resharper_convert_to_null_coalescing_compound_assignment_highlighting = none
271274resharper_merge_into_logical_pattern_highlighting = none
272275resharper_use_negated_pattern_in_is_expression_highlighting = none
273276
274- # Unity Test Framework
275- [** / Tests/** /* .cs ]
277+ # Test codes for Unity Test Framework
278+ [Tests/** /* .cs ]
276279
277280# Access to a static member of a type via a derived type (e.g., NUnit.Framework.Is)
278281resharper_access_to_static_member_via_derived_type_highlighting = none
0 commit comments