Skip to content

Commit e96f50e

Browse files
committed
Fix .editorconfig
1 parent 367be5e commit e96f50e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.editorconfig

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ csharp_space_after_dot = false
231231
csharp_space_after_keywords_in_control_flow_statements = true
232232
csharp_space_after_semicolon_in_for_statement = true
233233
csharp_space_around_binary_operators = before_and_after
234-
csharp_space_around_declaration_statements = do_not_ignore
234+
csharp_space_around_declaration_statements = false
235235
csharp_space_before_colon_in_inheritance_clause = true
236236
csharp_space_before_comma = false
237237
csharp_space_before_dot = false
@@ -258,6 +258,9 @@ dotnet_diagnostic.IDE0060.severity = warning
258258
# ReSharper comment alignment
259259
resharper_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
262265
resharper_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
271274
resharper_merge_into_logical_pattern_highlighting = none
272275
resharper_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)
278281
resharper_access_to_static_member_via_derived_type_highlighting = none

0 commit comments

Comments
 (0)