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.
csharp_space_around_declaration_statements
1 parent 7f5cd02 commit 811158fCopy full SHA for 811158f
.editorconfig
@@ -140,7 +140,7 @@ csharp_space_after_dot = false
140
csharp_space_after_keywords_in_control_flow_statements = true
141
csharp_space_after_semicolon_in_for_statement = true
142
csharp_space_around_binary_operators = before_and_after
143
-csharp_space_around_declaration_statements = do_not_ignore
+csharp_space_around_declaration_statements = false
144
csharp_space_before_colon_in_inheritance_clause = true
145
csharp_space_before_comma = false
146
csharp_space_before_dot = false
0 commit comments