ConnectForce/.vscode/settings.json

11 lines
541 B
JSON
Raw Normal View History

2022-12-01 23:10:48 +00:00
{
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"typescript.format.placeOpenBraceOnNewLineForFunctions": true,
"mochaExplorer.require": "source-map-support/register",
"mochaExplorer.timeout": 0
}