Skip to content

Commit c9c9985

Browse files
void2610claude
andcommitted
緩和された空行設定でReSharperフォーマットチェックを調整
- 空行に関するReSharperの設定を緩和 - 基本的なフォーマット(スペース4つのインデント)のみを適用 - 自動的な空行挿入を無効化 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9cb9f03 commit c9c9985

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4187,3 +4187,25 @@ resharper_csharp_naming_rule.private_static_fields.is_static = true
41874187

41884188
# 特定のクラス名違反を無視
41894189
dotnet_diagnostic.IDE1006.severity = none
4190+
4191+
# ReSharperの空行設定を緩和(基本的なフォーマットのみ)
4192+
resharper_blank_lines_around_field = 0
4193+
resharper_blank_lines_around_property = 0
4194+
resharper_blank_lines_around_auto_property = 0
4195+
resharper_blank_lines_around_invocable = 0
4196+
resharper_blank_lines_around_single_line_invocable = 0
4197+
resharper_blank_lines_after_start_comment = 0
4198+
resharper_blank_lines_after_file_header_comment = 0
4199+
resharper_blank_lines_around_namespace = 0
4200+
resharper_blank_lines_around_type = 0
4201+
resharper_blank_lines_around_single_line_type = 0
4202+
resharper_blank_lines_inside_type = 0
4203+
resharper_blank_lines_inside_namespace = 0
4204+
resharper_blank_lines_around_region = 0
4205+
resharper_blank_lines_inside_region = 0
4206+
resharper_blank_lines_before_single_line_comment = 0
4207+
4208+
# 空行の自動挿入を無効化
4209+
resharper_blank_line_after_file_header = false
4210+
resharper_blank_line_after_pi = false
4211+
resharper_blank_line_after_using_list = false

0 commit comments

Comments
 (0)