V
V
vohaha2015-11-29 17:44:20
css
vohaha, 2015-11-29 17:44:20

How to set up code formatting in WebStorm?

Where to configure formatting when saving or by key combination in Webstorm'e to get the following? or how to properly set up csscomb in JetBrains'ax.

// before
.test {
    display: block;
}
.more-test {
    display: block;
    float: left;
}

// after
.test {display: block;}
.more-test {
    display: block;
    float: left;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question