Skip to content

javascript

资源

vscode 推荐配置

json
{
  "editor.tabSize": 2,
  "editor.formatOnSave": true,
  "editor.wordWrap": "on",
  "editor.renderWhitespace": "all",
  "editor.guides.bracketPairs": "active"
}