Skip to content

Instantly share code, notes, and snippets.

@despiegk
Last active February 10, 2018 03:16
Show Gist options
  • Save despiegk/3a1f7d97396986e53d95e78450a6ad6e to your computer and use it in GitHub Desktop.
Save despiegk/3a1f7d97396986e53d95e78450a6ad6e to your computer and use it in GitHub Desktop.
settings_vscode
{
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": false
},
"files.associations": {
"*.py": "python"
},
"sync.gist": "CHANGE",
"sync.lastUpload": "2018-02-10T03:09:26.047Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"python.linting.flake8Enabled": true,
"python.linting.pep8Enabled": true,
"python.pythonPath": "python3",
"python.terminal.executeInFileDir": true,
"editor.formatOnSave": true,
"python.formatting.autopep8Args": [
"--max-line-length=120"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment