Adjust text indentation in bulk. Add or remove indentation, and convert between tabs and spaces.
Paste the text you want to adjust into the input area. Works with code, config files, and more.
Select from 3 modes: Add Indent, Remove Indent, or Tab ⇔ Spaces conversion, along with your preferred indent style (2 spaces, 4 spaces, or tab).
Review the converted result in real time and click 'Copy' to copy it to your clipboard.
Indent Adjuster is an online tool for adjusting text and code indentation in bulk. It supports adding and removing indentation, as well as converting between tabs and spaces, improving efficiency in programming and text editing.
In 'Tab ⇔ Spaces' mode, tabs and spaces are interconverted based on the selected indent style. For example, selecting '4 Spaces' converts each tab to 4 spaces. Selecting 'Tab' converts leading spaces to tabs.
Empty lines are preserved as-is. Even in Add Indent mode, indentation is not added to empty lines.
If a line has fewer spaces than the specified indent width, only the existing spaces are removed. No text content is lost.
Line endings are automatically normalized to LF. This does not affect the processing result.
No, all processing happens entirely in your browser. Your text data is never sent to any external server.