sass - Multi-line Scss indentation in WebStorm -


does know of way webstorm indent following default stylelint guidelines properly?

specifically, i'm having issue scss indentation of transforms multiple properties. recommended pattern is:

.class-name {   transition:     transform 100ms ease-out,     opacity 10ms linear 90ms; } 

however, can't webstorm support @ all. when auto-indent code turn above into:

.class-name {   transition: transform 100ms ease-out,   opacity  10ms linear 90ms; } 

any on great. reference, i'm using following version of webstorm:

webstorm 2016.3 build #ws-163.7743.13, built on november 8, 2016 


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -