{
"editor.fontSize": 16,
"git.autofetch": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"[javascript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"explorer.compactFolders": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"git.ignoreRebaseWarning": true,
"sync.gist": "9ff6e551e9f82c7d6d6b9b1869fe6835",
"sync.forceDownload": false,
"sync.autoUpload": false,
"sync.autoDownload": false,
"sync.forceUpload": false,
"merge-conflict.autoNavigateNextConflict.enabled": true,
"editor.formatOnSave": true,
"cSpell.userWords": [
"Licai",
"TIFA",
"rzrq"
],
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "vscode-icons",
"sync.removeExtensions": false,
"sync.syncExtensions": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"window.zoomLevel": 1,
"[vue]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
},
"security.workspace.trust.untrustedFiles": "open",
}
vscode,保存自動(dòng)格式化代碼
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- ESlint:是用來統(tǒng)一JavaScript代碼風(fēng)格的工具,不包含css、html等。 背景 近來研究前端,然后一...
- 一、實(shí)現(xiàn)VS Code中代碼格式化快捷鍵:【Shift】+【Alt】+F 二、實(shí)現(xiàn)保存時(shí)自動(dòng)代碼格式化: 1)Co...
- 1、打開vscode,選擇文件下的首選項(xiàng),點(diǎn)擊設(shè)置; 2、輸入emmet.include,打開edit in se...