Skip to content

Commit 6f2b94e

Browse files
authored
Change csharp_indent_labels from flush_left to one_less_than_current (dotnet#16983)
1 parent ed49bad commit 6f2b94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ csharp_indent_block_contents = true
2929
csharp_indent_braces = false
3030
csharp_indent_case_contents = true
3131
csharp_indent_switch_labels = true
32-
csharp_indent_labels = flush_left
32+
csharp_indent_labels = one_less_than_current
3333

3434
# avoid this. unless absolutely necessary
3535
dotnet_style_qualification_for_field = false:suggestion

0 commit comments

Comments
 (0)