You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
It looks like support for this was added via the lines-between-rulesets option: csscomb/csscomb.js@e06678e. Could this be merged into the Sublime package?
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!
The text was updated successfully, but these errors were encountered: