Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

harai/indent-guide-improved

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.