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
Replace all tab characters with spaces (configurable width). Essential for normalizing indentation across editors and environments.
\tHello (size: 2) → ··Hello
\t\tNested (size: 4) → ········Nested
Converts all tab characters to spaces