Last active
January 25, 2021 09:02
-
-
Save cuckon/dfb58fafed46b6d369aee54617db4f8c to your computer and use it in GitHub Desktop.
My VS Code Configuration
This file contains hidden or 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
{ | |
"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