]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Prefer file-scoped namespaces in `.editorconfig` (#38879)
authorTayrtahn <tayrtahn@gmail.com>
Wed, 9 Jul 2025 18:33:18 +0000 (14:33 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 18:33:18 +0000 (11:33 -0700)
Prefer file-scoped namespaces in .editorconfig

.editorconfig

index 8a5cf4352195f408b8d348c39c3e0ff532c9370f..a87e5e0651327172349c6759f73f3b195ebcdfd2 100644 (file)
@@ -77,6 +77,8 @@ csharp_style_expression_bodied_methods = false:suggestion
 #csharp_style_expression_bodied_operators = false:silent
 csharp_style_expression_bodied_properties = true:suggestion
 
+csharp_style_namespace_declarations = file_scoped:suggestion
+
 # Pattern matching preferences
 #csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
 #csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion