Skip to content

Commit

Permalink
Update rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Nov 26, 2024
1 parent f210503 commit f867345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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演算子よりもパターンマッチングを使用する
Expand Down

0 comments on commit f867345

Please sign in to comment.