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:
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
.The indentation indicator can be styled using the following classes:
.indentation-indicator
- For styling all instances of the indicatorIt uses the following values from ui-variables
as defaults in order to blend in to your theme:
@text-color
- Color of the indicator textGood catch. Let us know what about this package looks wrong to you, and we'll investigate right away.