mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Set csharp_indent_case_contents_when_block to false (#103091)
This commit is contained in:
parent
bb82d64781
commit
0afabfb446
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ csharp_new_line_between_query_expression_clauses = true
|
||||||
csharp_indent_block_contents = true
|
csharp_indent_block_contents = true
|
||||||
csharp_indent_braces = false
|
csharp_indent_braces = false
|
||||||
csharp_indent_case_contents = true
|
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_switch_labels = true
|
||||||
csharp_indent_labels = one_less_than_current
|
csharp_indent_labels = one_less_than_current
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue