Browse Source

Add namespace style config to .editorconfig (#2220)

Ian Griffiths 1 month ago
parent
commit
bdb1cc630c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .editorconfig

+ 4 - 1
.editorconfig

@@ -255,4 +255,7 @@ csharp_space_between_square_brackets = false
 
 # Primary constructors
 # We find these something of a mixed bag.
-dotnet_diagnostic.IDE0290.severity = none
+dotnet_diagnostic.IDE0290.severity = none
+
+# Namespace style.
+csharp_style_namespace_declarations = block_scoped