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.
Run the following command:
apm install detect-indentation
Detect Indentation: Show Selector
command in the Command Palette.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'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.