Atom Reindenter
Reindents your code from one given number of spaces per indentation to another number
Getting Started
These instructions will help you get started.
Prerequisites
Atom text editor ([https://atom.io])
Installing
Use Atom's built-in package installer or use
apm install reindenter
Usage
Reindenting quickly (detect indent)
-
Use
shift-alt-r
to quickly reindent to soft tabs from the editor settings, by detecting current indentation. -
Done.
Reindenting manually
-
Use
ctrl-shift-alt-r
to open a panel to manually reindent. -
Specify the number of spaces per indentation the document currently uses.
-
Specify the number of spaces per indentation you want the document to use.
-
Done.