Skip to content

Commit

Permalink
misc: update label and switch case styles
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Sep 6, 2024
1 parent 01795b0 commit 9b4d8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ csharp_new_line_between_query_expression_clauses = true
csharp_indent_block_contents = true
csharp_indent_braces = false
csharp_indent_case_contents = true
csharp_indent_case_contents_when_block = true
csharp_indent_case_contents_when_block = false
csharp_indent_switch_labels = true
csharp_indent_labels = flush_left
csharp_indent_labels = no_change

# Whitespace options
csharp_style_allow_embedded_statements_on_same_line_experimental = false
Expand Down

0 comments on commit 9b4d8a4

Please sign in to comment.