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 807b65b commit b437b75Copy full SHA for b437b75
.editorconfig
@@ -79,4 +79,11 @@ csharp_new_line_before_else = true
79
csharp_new_line_before_catch = true
80
csharp_new_line_before_finally = true
81
csharp_new_line_before_members_in_object_initializers = false
82
-csharp_new_line_before_members_in_anonymous_types = false
+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