Is there a code style enforcer?

Posted by Petruza on Stack Overflow See other posts from Stack Overflow or by Petruza
Published on 2009-09-02T13:06:04Z Indexed on 2010/04/04 16:13 UTC
Read the original article Hit count: 379

Filed under:
|
|

I'm working with websites written in PHP, along with many other programmers, and sometimes I have to deal with really awful code.

Indentation totally messed up, curly braces in the wrong places, terrible whitespace use, it really hurts my eyes and actually makes my work harder and take longer.

Is there a tool where you can specify your coding style and then it applies it to files? I'm sure there must be such functions in different IDEs, but I need an independent tool as I code with simple notepads like Notepad++ or the like. ( if it's such a function in Notepad++, I didn't see it )

© Stack Overflow or respective owner

Related posts about php

Related posts about coding-style