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 7c985cb commit 6844e92Copy full SHA for 6844e92
.editorconfig
@@ -143,7 +143,7 @@ csharp_new_line_before_else = true
143
csharp_new_line_before_finally = true
144
csharp_new_line_before_members_in_anonymous_types = true
145
csharp_new_line_before_members_in_object_initializers = true
146
-csharp_new_line_before_open_brace = none
+csharp_new_line_before_open_brace = all
147
csharp_new_line_between_query_expression_clauses = true
148
149
# Indentation preferences
0 commit comments