Skip to content

Commit

Permalink
Merge pull request #8 from php-api-clients/indentation_type
Browse files Browse the repository at this point in the history
Enforce indentation_type
  • Loading branch information
WyriHaximus committed Jan 15, 2018
2 parents e8fe813 + e349070 commit c6d177c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpCsFixerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static function create(array $extraRules = []): Config
'array_syntax' => [
'syntax' => 'short',
],
'indentation_type' => true,
'blank_line_before_return' => true,
'declare_strict_types' => true,
'method_separation' => true,
Expand Down

0 comments on commit c6d177c

Please sign in to comment.