I searched around the webs and found tools that can indent java,C,php,HTML etc.
Is there a tool, that can reliably indent mixed sourcecode and different languages?
-> one indent tool to rule them all?
I am looking for a standalone opensource program or even a NetBeans plugin (but there seems to be only jindent).
I ended up using NetBeans’ own indention functionality ( [SHIFT]+[ctrl]+F – on MacOS ).
It works quite well, though I have to indent by hand sometimes.
For really bad structured code I use the common tools.