Skip to content

Commit f0dcbfe

Browse files
committed
fixed link
1 parent 1a7c8fb commit f0dcbfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/ide/editorconfig-formatting-conventions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The formatting rules in this section apply only to C# code.
145145
- [Wrap options](#wrap-options)
146146
- csharp_preserve_single_line_statements
147147
- csharp_preserve_single_line_blocks
148-
- [Using directive options](#Using-directive-options)
148+
- [Using directive options](#using-directive-options)
149149
- csharp_using_directive_placement
150150

151151
### New-line options
@@ -1206,6 +1206,9 @@ public int MyProperty
12061206
}
12071207
```
12081208

1209+
- [Using directive options](#using-directive-options)
1210+
- csharp_using_directive_placement
1211+
12091212
### Using directive options
12101213

12111214
This formatting rule concerns the use of using directives being placed inside versus outside a namespace.

0 commit comments

Comments
 (0)