{
"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,保存自动格式化代码
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- ESlint:是用来统一JavaScript代码风格的工具,不包含css、html等。 背景 近来研究前端,然后一...
- 一、实现VS Code中代码格式化快捷键:【Shift】+【Alt】+F 二、实现保存时自动代码格式化: 1)Co...
- 1、打开vscode,选择文件下的首选项,点击设置; 2、输入emmet.include,打开edit in se...