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

How to remove trailing space inside html attribte #741

Closed pinkfrog9 closed 1 year ago

pinkfrog9 commented 1 year ago

For example, this one

<div>
    <p class="some-class ">   dWelcome to djLint online!</p>
</div>

There is a trailing space after "some-class", how to remove it?

christopherpickering commented 1 year ago

You can submit a pr or tack this on to #495. Currently thats not a djlint feature.

pinkfrog9 commented 1 year ago

Thanks for the info.