We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160b478 commit 3159911Copy full SHA for 3159911
.editorconfig
@@ -168,7 +168,7 @@ csharp_prefer_braces = true:warning
168
csharp_prefer_simple_using_statement = true:suggestion
169
dotnet_diagnostic.IDE0063.severity = suggestion
170
# 'using' directive preferences
171
-csharp_using_directive_placement = inside_namespace:warning
+csharp_using_directive_placement = outside_namespace:warning
172
# Modifier preferences
173
csharp_prefer_static_local_function = true:warning
174
0 commit comments