csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

space after closing brace #76

Open 48design opened 8 years ago

48design commented 8 years ago

Would it be possible to add the following config variable? "space-after-closing-brace": "\n" This way the code (especially for CSS) would look more readable.

Another request: Could you split up this config var into "inside blocks" and for "nested rules"? "block-indent": "\t"

Thank you for this great extension!

graylaurenm commented 6 years ago

It looks like support for this was added via the lines-between-rulesets option: https://github.com/csscomb/csscomb.js/commit/e06678e4e8544bb7c479eaa08f03c09f23846f60. Could this be merged into the Sublime package?