VSCode的Beautify插件格式化ES6语法出现换行

在settings(JSON)中添加此配置即刻,之前换行的需要手动删除回车

1
2
3
"beautify.config": {
"brace_style": "collapse,preserve-inline"
}