Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
.php-cs - add whitespacy_lines fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 16, 2014
2 parents ffe148f + b6f8fa7 commit ca428d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $config->fixers(
'trailing_spaces',
'unused_use',
'visibility',
'whitespacy_lines',
)
);
$config->finder($finder);
Expand Down

0 comments on commit ca428d9

Please sign in to comment.