Releases: lee-dohm/tabs-to-spaces
Releases · lee-dohm/tabs-to-spaces
Documentation
Correct configuration name
Changed configuration name from on-save
to onSave
to comply with Atom's humanizing algorithms.
On Save Actions
Allows for tabification or untabification upon saving of a file.
Tabify
Remove side effects
Switched to a new method for search and replace that does not require moving the cursor or changing one's selections. This should make the package less intrusive to use.
Untabify
Documentation and tests
- Updated the documentation
- Added some tests
Initial release
This release establishes basic functionality. It converts all leading tabs to spaces in the current file. The command can be executed from:
- Command Palette
- Packages menu
- Context menu in an editor window