Answer the question
In order to leave comments, you need to log in
How to save classes in css in line and not in column in Visual Studio Code?
How to set up auto-formatting on save in Visual Studio Code so that in css the enumeration of classes separated by commas remains in a line and does not line up in a column?
for example
nav,
footer,
header,
aside {
display: block;
}
nav, footer, header, aside {
display: block;
}
let {
src,
dest
} = require('gulp')...
let { src, dest } = require('gulp')...
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