From fa3d19dde18bfd00237e66ea1eb48a60caa01b8a Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Thu, 18 Jul 2024 19:35:48 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c7e79dd..e8d93a5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -990,7 +990,7 @@ csharp_space_around_binary_operators = before_and_after csharp_using_directive_placement = outside_namespace:silent csharp_prefer_simple_using_statement = true:suggestion csharp_prefer_braces = true:silent -csharp_style_namespace_declarations = block_scoped:silent +csharp_style_namespace_declarations = file_scoped:silent csharp_style_prefer_method_group_conversion = true:silent csharp_style_prefer_top_level_statements = true:silent csharp_style_prefer_primary_constructors = true:suggestion