Skip to content

Commit c6d177c

Browse files
authored
Merge pull request #8 from php-api-clients/indentation_type
Enforce indentation_type
2 parents e8fe813 + e349070 commit c6d177c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpCsFixerConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static function create(array $extraRules = []): Config
1818
'array_syntax' => [
1919
'syntax' => 'short',
2020
],
21+
'indentation_type' => true,
2122
'blank_line_before_return' => true,
2223
'declare_strict_types' => true,
2324
'method_separation' => true,

0 commit comments

Comments
 (0)