Skip to content

Instantly share code, notes, and snippets.

@cuckon
Last active January 25, 2021 09:02
Show Gist options
  • Save cuckon/dfb58fafed46b6d369aee54617db4f8c to your computer and use it in GitHub Desktop.
Save cuckon/dfb58fafed46b6d369aee54617db4f8c to your computer and use it in GitHub Desktop.
My VS Code Configuration
{
"editor.rulers": [80, 120],
"files.autoSave": "onFocusChange",
"files.exclude": {
"**/*.idea": true,
"**/*.pyc": true,
".vscode": true
},
"files.trimTrailingWhitespace": true,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
"files.eol": "\n",
//"python.pythonPath": "D:\\venv\\fastapi\\Scripts\\python.exe",
"workbench.editorAssociations": [],
"workbench.tree.indent": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment