A Brackets extension to convert tab based identation to space based identation and vice versa.
Brackets: Menu > File > Extension Manager, [Install from URL...] and paste ZIP url above.
####Or manually
- Download ZIP
- Unzip in user folder in Brackets > Help > Show Extensions Folder
- Restart Brackets
Compatible with Brackets Sprint10
Simply open a project in Brackets, and select Convert indentation to spaces
or Convert indentation to tabs
from the Edit
menu.
This will replace tabs with N spaces, and replace N spaces at the begining of each line with a tab (N being the tab length defined in the editor, 4 being the default).
Convert 4-space indentation to tabs
will replace 4 spaces at the begining of each line, regardless of editor defaults.
v 1.1
- Convert 4-space indentation to tabs