set-indent

Quickly change the indent type (tabs or spaces) & size for the current editor from the Atom command panel

MethodGrab

5,271

4

1.0.0

ISC

GitHub

This package consumes the following services:

atom-set-indent Build Status

Quickly change the indent type (tabs or spaces) & size for the current editor from the Atom command panel.

Getting Started

Install the package with apm install set-indent

Keybindings

There are no default keybindings but you can add your own by editing your keymap.cson file, eg:

'atom-workspace':
  'ctrl-alt-1': 'set-indent:tabs-4'
  'ctrl-alt-2': 'set-indent:spaces-2'