We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823b36c commit 95df932Copy full SHA for 95df932
.editorconfig
@@ -106,7 +106,7 @@ dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
106
dotnet_sort_system_directives_first = true
107
csharp_preserve_single_line_blocks = true
108
csharp_preserve_single_line_statements = false
109
-csharp_prefer_braces = true:error
+csharp_prefer_braces = true:suggestion
110
111
# Expression-level preferences
112
dotnet_style_object_initializer = true:suggestion
0 commit comments