diff --git a/.vscode/settings.json b/.vscode/settings.json index 03b96f42d587..a1e4aa74d882 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 }