diff --git a/RuleDocumentation/UseConsistentIndentation.md b/RuleDocumentation/UseConsistentIndentation.md index 406cb5594..37b9a3d8d 100644 --- a/RuleDocumentation/UseConsistentIndentation.md +++ b/RuleDocumentation/UseConsistentIndentation.md @@ -11,7 +11,7 @@ Indentation should be consistent throughout the source file. Rules = @{ PSUseConsistentIndentation = @{ Enable = $true - NoEmptyLineBefore = $false + IndentationSize = 4 } } ```