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 c85afe9 commit 971acc4Copy full SHA for 971acc4
.editorconfig
@@ -133,6 +133,8 @@ dotnet_diagnostic.SA1101.severity = none
133
dotnet_diagnostic.SA1111.severity = none
134
# Use string.Empty for empty strings
135
dotnet_diagnostic.SA1122.severity = warning
136
+# Elements should have the same indentation
137
+dotnet_diagnostic.SA1137.severity = warning
138
# Using directives should be placed correctly (either top of file or inside namespace).
139
dotnet_diagnostic.SA1200.severity = none
140
# Static elements should appear before instance elements.
0 commit comments