Text Master

by Thankless Technologies

Tabs to Spaces

Replace all tab characters with spaces (configurable width). Essential for normalizing indentation across editors and environments.

Example

\tHello (size: 2) → ··Hello

\t\tNested (size: 4) → ········Nested

Converts all tab characters to spaces

USED IN COOKBOOKS