joeyjiron06 / intellij-auto-align

A code formatter intellij plugin
0 stars 2 forks source link

Ignore shortcut #1

Closed bladnman closed 8 years ago

bladnman commented 8 years ago

I have found an issue in a STYLUS file where an indentation is destructive:

support-for-ie ?= false

becomes

support-for-ie ? = false

And this no longer works.

joeyjiron06 commented 8 years ago

ok thanks. i will look into it

joeyjiron06 commented 8 years ago

fixed with this commit!

bladnman commented 8 years ago

Heck yeah! Awesome!