lee-dohm / indentation-indicator

Atom package that adds an indicator to the status bar that shows the indentation width and type of the active editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indentation Indicator Build Status Dependency Status

Adds an indicator to the status bar that shows the indentation width and type of the active editor.

Active editor with soft tabs enabled and two spaces:

Soft tabs and two spaces

Active editor with soft tabs disabled and four spaces:

Hard tabs and four spaces

Configuration

  • indentation-indicator.spaceAfterColon — When set to true, places a space between the colon and the number of spaces per indentation level.
  • indentation-indicator.indicatorPosition — Control the placement of the indicator, left or right.

Styles

The indentation indicator can be styled using the following classes:

  • .indentation-indicator - For styling all instances of the indicator

It uses the following values from ui-variables as defaults in order to blend in to your theme:

  • @text-color - Color of the indicator text

License

MIT

About

Atom package that adds an indicator to the status bar that shows the indentation width and type of the active editor.

License:MIT License


Languages

Language:JavaScript 98.7%Language:CSS 1.3%