Skip to content

Commit 95df932

Browse files
authored
Bump editorconfig csharp_prefer_braces down to suggestion (#21041)
So our dotnet format run will not try to fix all the braces over night.
1 parent 823b36c commit 95df932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
106106
dotnet_sort_system_directives_first = true
107107
csharp_preserve_single_line_blocks = true
108108
csharp_preserve_single_line_statements = false
109-
csharp_prefer_braces = true:error
109+
csharp_prefer_braces = true:suggestion
110110

111111
# Expression-level preferences
112112
dotnet_style_object_initializer = true:suggestion

0 commit comments

Comments
 (0)