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 { | }
2
Fixed it by deleting all JSON settings
in my case it was
"editor.language.brackets": [],
in vscode settings.json
Click here to cancel reply.
2
Answers
Fixed it by deleting all JSON settings
in my case it was
in vscode settings.json