atom-smart-tabs
Use 'smart tabs' for indentation (tabs for block levels, spaces for alignment)
madumlao 891 2 0.1.0 MIT GitHub

atom-smart-tabs

Tabs. Spaces. Both?.

This is an atom package for implementing Smart Tabs, a portable and semantic indentation style with the following simple rules:

  1. Use tabs at the start of the line to indicate block-level indentation.
  2. Use spaces after any tabs to align elements within the same block level

By default it comes with 2 keybindings:

  • ctrl-`: atom-smart-tabs:indent
  • ctrl-~: atom-smart-tabs:outdent