Tabs to Spaces
Normalize indentation.
Convert tabs to spaces instantly.
Calculator Inputs
About Tabs → Spaces
Normalize indentation.
Replaces each tab.
Where it is used
Fixing mixed tabs/spaces, preparing for diff.
How to use the Tabs → Spaces
- Text — enter the value (e.g. hello).
- Spaces per Tab — enter the value (e.g. 2).
- Calculate — press the Calculate button to see the result instantly above.
Formula
Replace \t with N spaces.
Examples
Example
inputText: hello
spaces:2
Result: hello
Frequently Asked Questions
- Reverse?
- Use spaces-to-tabs (not yet).