Skip to content

Commit 5aa7303

Browse files
author
Kapil Borle
committed
Fix configuration sample in rule docs
1 parent db46934 commit 5aa7303

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

RuleDocumentation/PlaceCloseBrace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Close brace placement should follow a consistent style. It should be on a new li
1313
Enable = $true
1414
NoEmptyLineBefore = $false
1515
}
16+
}
1617
```
1718

1819
### Parameters

RuleDocumentation/PlaceOpenBrace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Open brace placement should follow a consistent style. It can either follow KR s
1414
OnSameLine = $true
1515
NewLineAfter = $true
1616
}
17+
}
1718
```
1819

1920
### Parameters

RuleDocumentation/UseConsistentIndentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Indentation should be consistent throughout the source file.
1313
Enable = $true
1414
NoEmptyLineBefore = $false
1515
}
16+
}
1617
```
1718

1819
### Parameters

0 commit comments

Comments
 (0)