joeyjiron06 / intellij-auto-align

A code formatter intellij plugin
0 stars 2 forks source link

stylus & selector #7

Closed joeyjiron06 closed 8 years ago

joeyjiron06 commented 8 years ago
&:not(.episode) {

}

blows out to

  &                          : not(.episode) {

  }

EXPECTED: no change

joeyjiron06 commented 8 years ago

fixed in 1.2