Skip to content

Commit 620308f

Browse files
author
Kasey Uhlenhuth
authored
fixed comment in naming convention
1 parent f63fe64 commit 620308f

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
@@ -1289,8 +1289,8 @@ Identify the naming style to apply to the symbols.
12891289

12901290
### Example Naming Convention
12911291
```
1292-
# CSharp formatting settings:
1293-
[*.cs]
1292+
# Dotnet Naming Conventions
1293+
[*.{cs,vb}]
12941294
dotnet_naming_rule.async_methods_end_in_async.symbols = any_async_methods
12951295
dotnet_naming_rule.async_methods_end_in_async.style = end_in_async
12961296
dotnet_naming_rule.async_methods_end_in_async.severity = suggestion

0 commit comments

Comments
 (0)