ThisIsManta / stylus-supremacy

A Node.js script that helps formatting Stylus files.
https://thisismanta.github.io/stylus-supremacy
MIT License
88 stars 9 forks source link

Trim trailing whitespace in multi-line comments #38

Closed ThePumpingLemma closed 5 years ago

ThePumpingLemma commented 5 years ago

Currently, setting insertSpaceAfterComment to true causes "blank" lines (i.e. starts with *) in multi-line comments to have a trailing space. This change ensures that all of lines are properly trimmed.

ThisIsManta commented 5 years ago

This has been published as v2.12.3 to NPM registry and VS Code extension marketplace.

Let me know if you want me to add your name to contributors section in package.json.

Cheers!