Skip to content

Commit a0e51b3

Browse files
authored
Update editorconfig-code-style-settings-reference.md
Added change from previous PR.
1 parent 5a3b659 commit a0e51b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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

@@ -1400,4 +1400,4 @@ dotnet_naming_style.end_in_async.capitalization = pascal_case
14001400
## See also
14011401
[Quick Actions](../ide/quick-actions.md)
14021402
[Create portable custom editor options](https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options)
1403-
[.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)
1403+
[.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)

0 commit comments

Comments
 (0)