Skip to content

Commit 15eadb8

Browse files
Halkcyonbergmeister
authored andcommitted
Updated example and corrected argument type. (#1069)
IndentationSize had the wrong type attributed to it. Added use of `Kind` in the example.
1 parent a5571c5 commit 15eadb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RuleDocumentation/UseConsistentIndentation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Indentation should be consistent throughout the source file.
1515
PSUseConsistentIndentation = @{
1616
Enable = $true
1717
IndentationSize = 4
18+
Kind = 'space'
1819
}
1920
}
2021
```
@@ -25,7 +26,7 @@ Indentation should be consistent throughout the source file.
2526

2627
Enable or disable the rule during ScriptAnalyzer invocation.
2728

28-
#### IndentationSize: bool (Default value is `4`)
29+
#### IndentationSize: int (Default value is `4`)
2930

3031
Indentation size in the number of space characters.
3132

0 commit comments

Comments
 (0)