M
M
matiev2020-10-25 13:32:14
Emmet
matiev, 2020-10-25 13:32:14

VScode, make curly brace not wrap?

VScode, emmet. Let's say there is CSS, the Tab key ...

To be wrong:

block__item {
        
}

block__item {
  color: blue;
  font-size: 16px;
}


And so:
block__item {
     }

block__item {
  color: blue;
  font-size: 16px; }

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