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 07bfd1f commit bdb1cc6Copy full SHA for bdb1cc6
.editorconfig
@@ -255,4 +255,7 @@ csharp_space_between_square_brackets = false
255
256
# Primary constructors
257
# We find these something of a mixed bag.
258
-dotnet_diagnostic.IDE0290.severity = none
+dotnet_diagnostic.IDE0290.severity = none
259
+
260
+# Namespace style.
261
+csharp_style_namespace_declarations = block_scoped
0 commit comments