Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question