• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

indent-guide-improved

This draws indent guide more correctly and understandably.
  • #indentation
  • #ruler
  • #ui
harai
153,904
287
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

indent-guide-improved package

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

Features

  • Active guide and stack guides are emphasized.
  • Guides break just before the trailing blank lines.

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

  • Original "Show Indent Guide" feature is automatically switched off when this package is activated.
  • Please check "Use Shadow DOM" in Settings.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by