Skip to content

Commit 121723c

Browse files
authored
Merge pull request #284 from CoolDadTx/patch-1
Example code for option was incorrect
2 parents 3f93518 + 818aa7a commit 121723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ Example .editorconfig file:
12811281
csharp_space_after_cast = true
12821282
csharp_space_after_keywords_in_control_flow_statements = true
12831283
csharp_space_between_method_declaration_parameter_list_parentheses = true
1284-
csharp_space_between_method_call_parameter_list_parentheses = control_flow_statements, type_casts
1284+
csharp_space_between_method_call_parameter_list_parentheses = true
12851285
csharp_space_between_parentheses = control_flow_statements, type_casts
12861286
```
12871287

0 commit comments

Comments
 (0)