File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1281,7 +1281,7 @@ Example .editorconfig file:
1281
1281
csharp_space_after_cast = true
1282
1282
csharp_space_after_keywords_in_control_flow_statements = true
1283
1283
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
1285
1285
csharp_space_between_parentheses = control_flow_statements , type_casts
1286
1286
```
1287
1287
@@ -1400,4 +1400,4 @@ dotnet_naming_style.end_in_async.capitalization = pascal_case
1400
1400
## See also
1401
1401
[Quick Actions ](.. / ide / quick - actions .md )
1402
1402
[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)
You can’t perform that action at this time.
0 commit comments