Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njleonzhang/d4092685ae6d05c1f26ddd66dc13c2e3 to your computer and use it in GitHub Desktop.
Save njleonzhang/d4092685ae6d05c1f26ddd66dc13c2e3 to your computer and use it in GitHub Desktop.
vscode 配置项。
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.wordWrap": "on",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment