13 lines
621 B
JSON
13 lines
621 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,
|
|
"html.format.extraLiners": "",
|
|
"html.format.indentInnerHtml": true,
|
|
"html.format.maxPreserveNewLines": 1,
|
|
"html.format.wrapAttributes": "preserve-aligned"
|
|
}
|