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 ada3ed4 commit 4e41443Copy full SHA for 4e41443
.editorconfig
@@ -33,7 +33,7 @@ csharp_new_line_before_finally = true
33
# Do not insert newlines before members in object initializers
34
csharp_new_line_before_members_in_object_initializers = false
35
# Always insert a newline before opening braces '{'
36
-csharp_new_line_before_open_brace = none
+csharp_new_line_before_open_brace = methods, properties, control_blocks, types
37
# Insert newlines between query expressions (e.g., 'from', 'select')
38
csharp_new_line_between_query_expression_clauses = true
39
# Arrange modifiers in a specific order ('public', 'private', 'protected', ...)
0 commit comments