https://github.com/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.
https://github.com/lee-dohm/indentation-indicator
atom atom-package indentation status-bar status-bar-indicator
Last synced: 12 days ago
JSON representation
Atom package that adds an indicator to the status bar that shows the indentation width and type of the active editor.
- Host: GitHub
- URL: https://github.com/lee-dohm/indentation-indicator
- Owner: lee-dohm
- License: mit
- Created: 2014-07-10T16:04:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T20:03:20.000Z (over 6 years ago)
- Last Synced: 2025-04-04T02:37:40.100Z (19 days ago)
- Topics: atom, atom-package, indentation, status-bar, status-bar-indicator
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Indentation Indicator [](https://travis-ci.org/lee-dohm/indentation-indicator) [](https://david-dm.org/lee-dohm/indentation-indicator)
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:

Active editor with soft tabs disabled 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](https://github.com/lee-dohm/indentation-indicator/blob/master/LICENSE.md)