michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
337 stars 71 forks source link

PHPCS minimal #237

Closed szepeviktor closed 1 year ago

szepeviktor commented 8 years ago

php-cs-fixer fix -vvv --fixers encoding,short_tag,eof_ending,line_after_namespace,linefeed,php_closing_tag,single_line_after_imports,trailing_spaces,include,multiline_array_trailing_comma,return .

szepeviktor commented 8 years ago

Review it without whitespace changes: https://github.com/michaeluno/admin-page-framework/pull/237/files?w=1

szepeviktor commented 8 years ago

@michaeluno Could I add a commit where every TAB is replaced with spaces?

michaeluno commented 8 years ago

@szepeviktor Sure!