djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
686 stars 84 forks source link

Add blank line before tag should skip comment. #744

Open pinkfrog9 opened 1 year ago

pinkfrog9 commented 1 year ago

Assume the set tag is added to the list of add blank line before tag setting.

Current behaivor:

image

Expected behavior:

image

Comment line shall not be separated from the tag.