Manuel Thalmann
a097fa2b88
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
654 B
JSON
14 lines
654 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",
|
|
"npm.packageManager": "npm"
|
|
}
|