We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99ae8f commit 4cc135dCopy full SHA for 4cc135d
RuleDocumentation/UseConsistentIndentation.md
@@ -11,7 +11,7 @@ Indentation should be consistent throughout the source file.
11
Rules = @{
12
PSUseConsistentIndentation = @{
13
Enable = $true
14
- NoEmptyLineBefore = $false
+ IndentationSize = 4
15
}
16
17
```
0 commit comments