Skip to content

Commit 837b14f

Browse files
authored
Merge pull request #1803 from PathogenDavid/editor-config-typo-fix
Fix typo in .editorconfig code style settings reference
2 parents c2748c5 + b41f107 commit 837b14f

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
@@ -1813,7 +1813,7 @@ The following table shows the rule names, applicable languages, default values,
18131813
| ----------- | -------------------- | ----------------------| ---------------- |
18141814
| csharp_space_after_cast | C# | false | 15.3 |
18151815
| csharp_space_after_keywords_in_control_flow_statements | C# | true | 15.3 |
1816-
| csharp_space_between_method_declaration_parameter_ list_parentheses | C# | false | 15.3 |
1816+
| csharp_space_between_method_declaration_parameter_list_parentheses | C# | false | 15.3 |
18171817
| csharp_space_between_method_call_parameter_list_parentheses | C# | false | 15.3 |
18181818
| csharp_space_between_parentheses | C# | false | 15.3 |
18191819
| csharp_space_before_colon_in_inheritance_clause | C# | true | 15.7 |

0 commit comments

Comments
 (0)