Y
Y
yaroslav_void2020-02-03 16:33:12
Visual Studio Code
yaroslav_void, 2020-02-03 16:33:12

How to format css files in VS Code so that the opening brace wraps to a new line after the selector?

Now the formatted code looks like this:

.selector {
    display: block		
}


It needs to look like this:
.selector 
{
    display: block		
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Muromtsev, 2020-02-03
@sfrancisco

Maybe here?
github

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question