dvamvo / html2pug

19 stars 8 forks source link

Feature Request: Make commas between attribute optional #2

Closed dippas closed 4 years ago

dippas commented 4 years ago

Since 2013 https://github.com/pugjs/pug/issues/662 the comma is optional in pugjs, and it is been documented here: https://github.com/pugjs/pug/pull/2103.

So whenever I need to move a big chunk of html to pug, I have to replace the comma , since is my personal choice not having the comma cluttering the code.

Would be great if could be an option (like a checkbox) to have the comma as separator or simple the space.

Thanks!

dippas commented 4 years ago

@dylankbuckley can you please take a look at this :)

dylankbuckley commented 4 years ago

Resolved. This is also my personal preference. Perhaps in the future could add it as an option.