in vscode default formatter for JavaScript, how to avoid space before brace?

前端 未结 0 1086
广开言路
广开言路 2020-12-06 21:03

here is my code

function foo(){
}

after passing it through the default formatter(alt+shift+f) I get:

function foo() {
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题