Skip to content

Commit 00352f3

Browse files
author
Kapil Borle
committed
Add doc for Indentation.Kind parameter
1 parent b5fdbe2 commit 00352f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RuleDocumentation/UseConsistentIndentation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ Enable or disable the rule during ScriptAnalyzer invocation.
2828
#### IndentationSize: bool (Default value is `4`)
2929

3030
Indentation size in the number of space characters.
31+
32+
#### Kind: string (Default value is `space`)
33+
34+
Represents the kind of indentation to be used. Possible values are: `space`, `tab`. If any invalid value is given, the property defaults to `space`.
35+
36+
`space` means `IndentationSize` number of `space` characters are used to provide one level of indentation.
37+
`tab` means a tab character, `\t`.

0 commit comments

Comments
 (0)