detect-indentation

A fast and minimal detect indentation package

gt-rios

400

0

0.2.2

MIT

GitHub

This package consumes the following services:

Detect Indentation

A fast and minimal detect indentation package for Atom. The detection algorithm comes from the popular auto-detect-indentation package, which is no longer maintained.

Install

Run the following command:

apm install detect-indentation

Features

Keymap

To add a keyboard shortcut to show the indentation selector, add the detect-indentation:show-selector command to your keymap.cson file. For example:

'atom-text-editor':
  'ctrl-i': 'detect-indentation:show-selector'