Messy JavaScript for a docs page
A short snippet copied from a chat or ticket needs consistent indentation before it can be dropped into markdown.
- Language preset
- JavaScript
- Indent width
- 2 spaces
- Blank lines
- Collapse to single
Good for making small code examples readable without sending them through a full formatter stack.
Use this when readability matters more than enforcing a full project-wide formatting spec.
Tabbed Python snippet from a terminal paste
A snippet arrives with mixed whitespace and needs to be normalized before review.
- Language preset
- Python
- Indent style
- Spaces
- Max line length target
- 88
Useful when you want a readable handoff version before deeper linting or IDE formatting.