Skip to content

Commit

Permalink
Fix erroneous formatting errors on some devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliveriver committed Sep 19, 2024
1 parent b6c1277 commit ae8ebc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ dotnet_style_require_accessibility_modifiers = for_non_interface_members:error
dotnet_style_allow_multiple_blank_lines_experimental = false:error
dotnet_style_allow_statement_immediately_after_block_experimental = false:error
dotnet_code_quality_unused_parameters = all:error
dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:error
dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:error
dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:error
dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:error
dotnet_style_parentheses_in_other_binary_operators = never_if_unnecessary:error
dotnet_style_parentheses_in_other_operators = never_if_unnecessary:error
dotnet_style_qualification_for_field = false:error
Expand Down

0 comments on commit ae8ebc7

Please sign in to comment.