We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79c4ec commit 76a2e6aCopy full SHA for 76a2e6a
.editorconfig
@@ -89,6 +89,7 @@ csharp_style_var_when_type_is_apparent = true:suggestion
89
# Always use braces for control structures
90
csharp_prefer_braces = true:warning
91
92
+dotnet_style_allow_multiple_blank_lines_experimental = true
93
# Prefer omitting 'private' access modifier for fields and methods
94
dotnet_style_require_accessibility_modifiers = never:warning
95
# Avoid requiring explicit qualifiers (e.g., `this.`) when accessing events.
0 commit comments