Skip to content

Commit

Permalink
Enabled file scoped namespaces in the .editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 10, 2025
1 parent 965af8c commit 20d5b8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ tab_width = 4
[*.cs]

csharp_prefer_simple_using_statement = false
csharp_prefer_static_local_function = true: rror
csharp_prefer_static_local_function = true:error

dotnet_sort_system_directives_first = true:error

csharp_style_implicit_object_creation_when_type_is_apparent = false:error

csharp_style_namespace_declarations = file_scoped:error

csharp_style_pattern_matching_over_as_with_null_check = true:error

csharp_style_prefer_range_operator = false
Expand Down

0 comments on commit 20d5b8f

Please sign in to comment.