Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 340 Bytes

http://xem.github.io/prettycode

Paste some minified / golfed code in the field, and this app will try to format it with the following constraints:

  • Same length on every line (except the last)
  • Avoid breaking words, HTML tags, numbers (123, 0.4, ...), operators (++, <=, ...)
  • Avoid orphans (trailing characters, alone in the last line)