Skip to content

Commit

Permalink
feat(): file_scope namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Feser <joseph.feser@gmail.com>
  • Loading branch information
joefeser committed Aug 10, 2024
1 parent daa24dc commit 11c3a17
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 @@ -236,7 +236,7 @@ csharp_style_prefer_readonly_struct_member = true
# Code-block preferences
csharp_prefer_braces = false:warning
csharp_prefer_simple_using_statement = true
# csharp_style_namespace_declarations = file_scoped #This allows for no { } for namespaces
csharp_style_namespace_declarations = file_scoped:error #This allows for no { } for namespaces
csharp_style_prefer_method_group_conversion = true
csharp_style_prefer_primary_constructors = false:warning
csharp_style_prefer_top_level_statements = true
Expand Down

0 comments on commit 11c3a17

Please sign in to comment.