Skip to content

Commit

Permalink
Fix invalid configuration value in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 5, 2022
1 parent 98e8b00 commit c620fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c620fdf

Please sign in to comment.