Skip to content

Commit 4cc135d

Browse files
author
Kapil Borle
authored
Fix UseConsistentIndentation rule documentation (#707)
1 parent f99ae8f commit 4cc135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RuleDocumentation/UseConsistentIndentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Indentation should be consistent throughout the source file.
1111
Rules = @{
1212
PSUseConsistentIndentation = @{
1313
Enable = $true
14-
NoEmptyLineBefore = $false
14+
IndentationSize = 4
1515
}
1616
}
1717
```

0 commit comments

Comments
 (0)