Is there a windows program to automatically indent/tidy up PHP source code?
3 Answers
Comments
Comments
This type of tool is generically called a "Pretty Printer". A quick Google search shows many options for PHP source code.
This type of tool is generically called a "Pretty Printer". A quick Google search shows many options for PHP source code.