Skip to content

Commit b437b75

Browse files
Chris Martinezcommonsensesoftware
authored andcommitted
Update .editorconfig settings
1 parent 807b65b commit b437b75

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,11 @@ csharp_new_line_before_else = true
7979
csharp_new_line_before_catch = true
8080
csharp_new_line_before_finally = true
8181
csharp_new_line_before_members_in_object_initializers = false
82-
csharp_new_line_before_members_in_anonymous_types = false
82+
csharp_new_line_before_members_in_anonymous_types = false
83+
84+
# space settings
85+
csharp_space_after_cast = true
86+
csharp_space_after_keywords_in_control_flow_statements = true
87+
csharp_space_between_method_declaration_parameter_list_parentheses = true
88+
csharp_space_between_method_call_parameter_list_parentheses = true
89+
csharp_space_between_parentheses = control_flow_statements, expressions

0 commit comments

Comments
 (0)