csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 457 forks source link

space-before-opening-brace setting have no effect in sublime #427

Closed StfBauer closed 9 years ago

StfBauer commented 9 years ago

This setting seems to have no affect in sublime text. No matter what how I configure this property by code always will be formatted from:

a{
    color: blue;
}

to:

a
{
   color: blue;
}
StfBauer commented 9 years ago

Works now after upgrading the package.