lsdsjy / prettier-plugin-stylus

Prettier plugin for Stylus.
17 stars 2 forks source link

Extra Whitespace Between Blocks #16

Open chriscoyier opened 9 months ago

chriscoyier commented 9 months ago
.example
  color red

.example2
  color blue

Processes leaving the same amount of space. Prettier in other languages collapses the extra unnecessary extra lines. Not sure if that's possible in Stylus because of the white space sensitivity, just feels weird.