Skip to content

cstegel/atom-smart-tabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 98.2%
  • CSS 1.8%