We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4934986 commit e3972b6Copy full SHA for e3972b6
1 file changed
.editorconfig
@@ -141,7 +141,7 @@ csharp_new_line_before_else = true
141
csharp_new_line_before_finally = true
142
csharp_new_line_before_members_in_anonymous_types = true
143
csharp_new_line_before_members_in_object_initializers = true
144
-csharp_new_line_before_open_brace = properties,types
+csharp_new_line_before_open_brace = properties,types,methods
145
csharp_new_line_between_query_expression_clauses = true
146
147
# Indentation preferences
0 commit comments