Skip to content

Commit e3972b6

Browse files
committed
Made methods have a new line before brace
1 parent 4934986 commit e3972b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ csharp_new_line_before_else = true
141141
csharp_new_line_before_finally = true
142142
csharp_new_line_before_members_in_anonymous_types = true
143143
csharp_new_line_before_members_in_object_initializers = true
144-
csharp_new_line_before_open_brace = properties,types
144+
csharp_new_line_before_open_brace = properties,types,methods
145145
csharp_new_line_between_query_expression_clauses = true
146146

147147
# Indentation preferences

0 commit comments

Comments
 (0)