From f867345b1b97b63328d73e2130782917db22cddb Mon Sep 17 00:00:00 2001 From: syunya_tolkunaga Date: Tue, 26 Nov 2024 18:32:01 +0900 Subject: [PATCH] Update rule --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9cd745e..7be430c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -453,8 +453,8 @@ csharp_style_expression_bodied_properties = when_on_single_line:warning csharp_style_implicit_object_creation_when_type_is_apparent = false # 変数宣言をインライン化する csharp_style_inlined_variable_declaration = true:warning -# 名前空間宣言をブロックスコープにする -csharp_style_namespace_declarations = block_scoped:silent +# 名前空間宣言をファイルスコープにする +csharp_style_namespace_declarations = file_scoped:silent # パターンローカル変数を使用する csharp_style_pattern_local_over_anonymous_function = true:warning # nullチェックを伴うas演算子よりもパターンマッチングを使用する