2020-10-02 07:13:14 +00:00
|
|
|
{
|
2020-10-09 16:04:32 +00:00
|
|
|
"editor.formatOnPaste": true,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll": true
|
|
|
|
},
|
|
|
|
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
|
|
|
|
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
|
|
|
|
"javascript.format.placeOpenBraceOnNewLineForFunctions": false,
|
|
|
|
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
|
|
|
|
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,
|
|
|
|
"typescript.format.placeOpenBraceOnNewLineForFunctions": false,
|
|
|
|
"vetur.format.defaultFormatter.html": "js-beautify-html",
|
|
|
|
"vetur.format.defaultFormatter.js": "vscode-typescript"
|
|
|
|
}
|