Skip to content

Commit 76a2e6a

Browse files
committed
feat: update .editorconfig with new style rule
1 parent a79c4ec commit 76a2e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ csharp_style_var_when_type_is_apparent = true:suggestion
8989
# Always use braces for control structures
9090
csharp_prefer_braces = true:warning
9191

92+
dotnet_style_allow_multiple_blank_lines_experimental = true
9293
# Prefer omitting 'private' access modifier for fields and methods
9394
dotnet_style_require_accessibility_modifiers = never:warning
9495
# Avoid requiring explicit qualifiers (e.g., `this.`) when accessing events.

0 commit comments

Comments
 (0)