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, and HTML with embedded CSS. JavaScript and PHP embedded in HTML will be preserved without changes (except extra indentation if applicable). Comments are left completely alone (so extra lines inside comments will not be indented, though the opening tag will).