Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
在我的vscode环境下,格式化代码时,方法名后不会插入空格,一旦用快捷键格式化代码,导致没有被修改的代码变化,不方便进行pr
  • Loading branch information
SpringHgui authored and Chen-jj committed Apr 12, 2022
1 parent fe5aa3e commit a305b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
"**/__snapshots__": true
},
"jest.autoEnable": false,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true
}

0 comments on commit a305b9e

Please sign in to comment.