Skip to content

Commit 445b869

Browse files
authored
Merge pull request #2498 from vweijsters/fix-readability-overview
Added SA1137 to the Readability overview
2 parents 595a250 + a5e3b22 commit 445b869

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

documentation/ReadabilityRules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ Identifier | Name | Description
3838
[SA1133](SA1133.md) | DoNotCombineAttributes | Two or more attributes appeared within the same set of square brackets.
3939
[SA1134](SA1134.md) | AttributesMustNotShareLine | An attribute is placed on the same line of code as another attribute or element.
4040
[SA1136](SA1136.md) | EnumValuesShouldBeOnSeparateLines | Multiple enum values are placed on the same line of code.
41+
[SA1137](SA1137.md) | ElementsShouldHaveTheSameIndentation | Two sibling elements which each start on their own line have different levels of indentation.
4142
[SA1139](SA1139.md) | UseLiteralsSuffixNotationInsteadOfCasting | Use literal suffix notation instead of casting.

0 commit comments

Comments
 (0)