Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 467 Bytes

test.md

File metadata and controls

16 lines (16 loc) · 467 Bytes

{ //储存时候自动统一代码格式. "editor.formatOnSave": true, //粘贴时候自动统一代码格式 "editor.formatOnPaste": true, //编辑器的 Tab 空格数 "editor.tabSize": 2, //显示 eslint 状态 "eslint.alwaysShowStatus": true, //是否要单引号 "prettier.jsxSingleQuote": true, //引号格式 "javascript.preferences.quoteStyle": "single", //搬运文件时候,自动更新文件路径 "javascript.updateImportsOnFileMove.enabled": "always" }