Skip to content

Commit 576ee5e

Browse files
author
Patrick
committed
add increment_style rule to default ruleset
1 parent a025628 commit 576ee5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Rulesets/DefaultRuleset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public function rules(): array
4343
'function_declaration' => [
4444
'closure_function_spacing' => 'none',
4545
],
46+
'increment_style' => [
47+
'style' => 'post'
48+
],
4649
'indentation_type' => true,
4750
'linebreak_after_opening_tag' => true,
4851
'line_ending' => true,

0 commit comments

Comments
 (0)