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 a5571c5 commit 15eadb8Copy full SHA for 15eadb8
RuleDocumentation/UseConsistentIndentation.md
@@ -15,6 +15,7 @@ Indentation should be consistent throughout the source file.
15
PSUseConsistentIndentation = @{
16
Enable = $true
17
IndentationSize = 4
18
+ Kind = 'space'
19
}
20
21
```
@@ -25,7 +26,7 @@ Indentation should be consistent throughout the source file.
25
26
27
Enable or disable the rule during ScriptAnalyzer invocation.
28
-#### IndentationSize: bool (Default value is `4`)
29
+#### IndentationSize: int (Default value is `4`)
30
31
Indentation size in the number of space characters.
32
0 commit comments