Skip to content

Commit

Permalink
Disabled incerment style enforcement in php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Sep 17, 2018
1 parent 518ec41 commit a3bb02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Expand Up @@ -16,6 +16,7 @@ return PhpCsFixer\Config::create()
'concat_space' => [
'spacing' => 'one'
],
'increment_style' => null,
'linebreak_after_opening_tag' => true,
'new_with_braces' => false,
'no_multiline_whitespace_before_semicolons' => true,
Expand Down

0 comments on commit a3bb02f

Please sign in to comment.