Skip to content

Commit

Permalink
Removed resharper_arrange_trailing_comma_in_multiline_lists_highlight…
Browse files Browse the repository at this point in the history
…ing = error
  • Loading branch information
michaelstaib committed May 13, 2024
1 parent f7dfae1 commit 7fd5fd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ resharper_braces_for_ifelse = required
resharper_braces_for_while = required

# ReSharper inspection severities
resharper_arrange_trailing_comma_in_multiline_lists_highlighting = error
resharper_enforce_do_while_statement_braces_highlighting = error
resharper_enforce_fixed_statement_braces_highlighting = error
resharper_enforce_foreach_statement_braces_highlighting = error
Expand All @@ -117,7 +116,6 @@ resharper_enforce_while_statement_braces_highlighting = error

# ReSharper properties
resharper_align_multiline_binary_expressions_chain = false
resharper_trailing_comma_in_multiline_lists = true
resharper_wrap_before_binary_pattern_op = false
resharper_wrap_chained_binary_expressions = chop_if_long
resharper_wrap_chained_binary_patterns = chop_if_long
Expand All @@ -129,4 +127,4 @@ resharper_csharp_braces_for_foreach = required
resharper_csharp_braces_for_while = required
resharper_csharp_braces_for_using = required
resharper_csharp_braces_for_lock = required
resharper_csharp_braces_for_fixed = required
resharper_csharp_braces_for_fixed = required

0 comments on commit 7fd5fd9

Please sign in to comment.