Tabifier

The tabifier is a tool to properly indent computer code. The style it produces is a mix of my personal preferences for indentation plus what I could manage to make a program produce from dirty source.

The tabifier currently supports CSS, HTML, and C Style code; the latter being anything that uses curly braces to start and end blocks, and semicolons to terminate statements. JavaScript and PHP both fall into that latter category. (For JavaScript, only when you put the semicolons in, which you always should even though they're technically optional.)

If you put in invalid/broken code, the output will probably end up quite wrong. Garbage in garbage out, don't blame me.

Options Type of code:
Code in
Code out