2008-12-20から1日間の記事一覧

phpStylist

PHP_Beautifierには見切りをつける。 ラッパー #!/bin/sh php=`which php` stylist="/path/to/phpStylist.php" $php $stylist "$@" \ --indent_size 4 \ --line_before_comment_multi \ --keep_redundant_lines \ --space_inside_parentheses \ --space_afte…