File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ The formatting rules in this section apply only to C# code.
145
145
- [ Wrap options] ( #wrap-options )
146
146
- csharp_preserve_single_line_statements
147
147
- csharp_preserve_single_line_blocks
148
- - [ Using directive options] ( #Using -directive-options )
148
+ - [ Using directive options] ( #using -directive-options )
149
149
- csharp_using_directive_placement
150
150
151
151
### New-line options
@@ -1206,6 +1206,9 @@ public int MyProperty
1206
1206
}
1207
1207
```
1208
1208
1209
+ - [ Using directive options] ( #using-directive-options )
1210
+ - csharp_using_directive_placement
1211
+
1209
1212
### Using directive options
1210
1213
1211
1214
This formatting rule concerns the use of using directives being placed inside versus outside a namespace.
You can’t perform that action at this time.
0 commit comments