diff --git a/.editorconfig b/.editorconfig index 7efe03c8b..4707e3a0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -53,7 +53,7 @@ dotnet_diagnostic.cs8614.severity = error [{src/MagicOnion.Client/**.cs,src/MagicOnion.Shared/**.cs,src/MagicOnion.Abstractions/**.cs}] # Lower language support for code shared with code for Unity -csharp_style_namespace_declarations = global +csharp_style_namespace_declarations = block_scoped [*.csproj] charset = utf-8