Skip to content

Commit bdb1cc6

Browse files
authored
Add namespace style config to .editorconfig (#2220)
1 parent 07bfd1f commit bdb1cc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,7 @@ csharp_space_between_square_brackets = false
255255

256256
# Primary constructors
257257
# We find these something of a mixed bag.
258-
dotnet_diagnostic.IDE0290.severity = none
258+
dotnet_diagnostic.IDE0290.severity = none
259+
260+
# Namespace style.
261+
csharp_style_namespace_declarations = block_scoped

0 commit comments

Comments
 (0)