Skip to content

Commit 4e41443

Browse files
committed
feat: update C# brace style configuration in .editorconfig
1 parent ada3ed4 commit 4e41443

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
@@ -33,7 +33,7 @@ csharp_new_line_before_finally = true
3333
# Do not insert newlines before members in object initializers
3434
csharp_new_line_before_members_in_object_initializers = false
3535
# Always insert a newline before opening braces '{'
36-
csharp_new_line_before_open_brace = none
36+
csharp_new_line_before_open_brace = methods, properties, control_blocks, types
3737
# Insert newlines between query expressions (e.g., 'from', 'select')
3838
csharp_new_line_between_query_expression_clauses = true
3939
# Arrange modifiers in a specific order ('public', 'private', 'protected', ...)

0 commit comments

Comments
 (0)