Skip to content

Commit 971acc4

Browse files
committed
feat: add rule for consistent indentation
1 parent c85afe9 commit 971acc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ dotnet_diagnostic.SA1101.severity = none
133133
dotnet_diagnostic.SA1111.severity = none
134134
# Use string.Empty for empty strings
135135
dotnet_diagnostic.SA1122.severity = warning
136+
# Elements should have the same indentation
137+
dotnet_diagnostic.SA1137.severity = warning
136138
# Using directives should be placed correctly (either top of file or inside namespace).
137139
dotnet_diagnostic.SA1200.severity = none
138140
# Static elements should appear before instance elements.

0 commit comments

Comments
 (0)