whitespace in text and code

A practical TinyDevTools guide.

Whitespace is contextual

Whitespace can separate tokens, represent indentation, align text, or simply be accidental formatting.

Three different operations

A safe workflow

Inspect first, normalize only what you intend to normalize, then deduplicate or sort. This prevents a formatting cleanup from silently changing source semantics.

See the whitespace reference →