Tagged Questions
The php-beautifier tag has no wiki summary.
1
vote
1answer
89 views
Modify PHP_Beautifier in Vim to not strip empty lines
Just finished incorporating PHP_Beautifier into Vim and the fact that it removes whitespace irks me. Apparently it's a bug since 2007. There is a hack to fix this problem, but it leads to other ...
1
vote
2answers
286 views
PHP beatuifier for textmate?
I have some php code that needs to be beautified and I work in textmate there are lots of nice bundles for javascript(reformat) and html (tidy) and other cool stuff in textmate so I was wondering if ...
1
vote
3answers
557 views
A PHP beautifier/formatter/pretty printer?
Wondering if anyone can suggest a PHP "beautifier/formatter/pretty printer" (in PHP), which I can run online to format PHP code.
I've seen a few PHP classes which some use regex and others use ...
1
vote
2answers
531 views
How to integrate PHP_Beautifier into NuSphere PHPed IDE?
Can anyone list the steps to integrate PHP_Beautifier in phped.
0
votes
2answers
531 views
Fixing PHP_Beautifier's empty lines' problem
I am currently using PHP_Beautifier for formatting code with the following command like options
-t -l "ArrayNested() IndentStyles(style=bsd) ...