joeyjiron06 / intellij-auto-align

A code formatter intellij plugin
0 stars 2 forks source link

Lines which begin with : should be ignored #8

Closed bladnman closed 8 years ago

bladnman commented 8 years ago

It may be worth saying "lines who's first non-white-space character is a colon" instead.

:root { 
  foo :bar;
}

current becomes

        : root { 
  foo   : bar;
}
joeyjiron06 commented 8 years ago

Fixed in the latest release.