-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
4,646 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"editor.tabSize": 2, //tab 两格 | ||
// "powermode.enabled": true, //必须添加,效果开启 | ||
// "powermode.presets": "particles", //爆炸效果 | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
}, | ||
"editor.formatOnSave": true, // eslint保存格式化(所有支持的语言) | ||
"prettier.eslintIntegration": true, // 让prettier遵循eslint格式美化 | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", //设置prettier为默认格式化工具 | ||
"[javascript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" //设置prettier为默认格式化工具 | ||
}, | ||
"editor.quickSuggestions": { | ||
"strings": true | ||
}, | ||
"Lingma.localMachineModel": false | ||
} |
Oops, something went wrong.