CSS Formatting seems to have changed

Updated to the latest version of PhpStorm (2017.3)

The Code re-formatting for CSS seems to have subtly changed.

Before it would format CSS as 

#carousel-area { margin-right: 10px; }

Now it formats this as

#carousel-area {margin-right: 10px;}

without spaces after the first brace and before the last brace.

Is there an option anywhere to turn this back on please as I cannot find one in settings / Code Style / CSS

It's only personal preference, but I like CSS with these spaces next to the braces.

0
1 comment

To me, PHPStorm neither adds nor removes spaces in single-line block on formatting - it leaves it as it... This can't be configured, please vote for https://youtrack.jetbrains.com/issue/WEB-236 to be notified on any progress with it

0

Please sign in to leave a comment.