Search code examples
csscurly-braces

visual studio code doesn't give me space between curly brackets in CSS when i hit enter


i want vc code to create space when i do { + enter key

VS Code does this

h1 {
|}

i want VS Code to do this

h1 {
 |
}

Solution

  • Fixed it by deleting all JSON settings