11 lines
541 B
JSON
11 lines
541 B
JSON
{
|
|
"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
|
|
}
|