Skip to content

Commit ed22d96

Browse files
gsherwoodjrfnl
authored andcommitted
Updated Customisable Sniff Properties (markdown)
1 parent 1d83ed1 commit ed22d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Customisable-Sniff-Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ Property Name | Type | Default | Available Since
11861186
------------ | ---- | ------- | ---------------
11871187
indent | int | 4 | 1.4.7
11881188

1189-
Two of the rules that this sniff enforces are the indent of `case` and `default` keywords, and the indent of the case terminating statement. By default, this sniff ensures that the keywords are indented 4 spaces from the `switch` keyword and that the terminating statement is indented 4 spaces from the `case` or `default` keyword, but you can change the size of the indent by setting the `indent` property.
1189+
Two of the rules that this sniff enforces are the indent of `case` and `default` keywords, and the indent of the case terminating statement. By default, this sniff ensures that the keywords and terminating statement are indented 4 spaces from the `switch` keyword, but you can change the size of the indent by setting the `indent` property.
11901190

11911191
```xml
11921192
<rule ref="Squiz.ControlStructures.SwitchDeclaration">

0 commit comments

Comments
 (0)