This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config/ | ||
| |
lib/ | ||
| |
script/ | ||
| |
setup.rb | ||
| |
tasks/ | ||
| |
test/ |
README.txt
= HTML Beautifier A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates. == What it does * Normalises hard tabs to spaces * Removes trailing spaces * Indents after opening HTML elements * Outdents before closing elements * Collapses multiple whitespace * Indents after block-opening embedded Ruby (if, do etc.) * Outdents before closing Ruby blocks * Outdents elsif and then indents again * Indents the left-hand margin of JavaScript and CSS blocks to match the indentation level of the code








