indent-guide-improved

This draws indent guide more correctly and understandably.

Akihiro HARAI

163,815

288

1.4.13

MIT

GitHub

indent-guide-improved package

This Atom Editor package draws indent guide more correctly and understandably.

Features

screenshot

Configuration

You can change the color of guides by adding styles to your stylesheet, such as the following:

.indent-guide-improved {
  background-color: gray;
  &.indent-guide-stack {
    background-color: cyan;
    &.indent-guide-active {
      background-color: blue;
    }
  }
}

Notice