Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Created March 14, 2018 19:53
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 iambibhas/08b282fe9cc70c7c5b13c9fd9f0c5bee to your computer and use it in GitHub Desktop.
Save iambibhas/08b282fe9cc70c7c5b13c9fd9f0c5bee to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/*.pyc": true,
"**/*.pyo": true
},
"editor.rulers": [100],
"editor.renderIndentGuides": true,
"files.associations": {
"*.jinja2": "jinja"
},
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--ignore=E501,E121,E123,E126,E128"],
"python.linting.pylintEnabled": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"window.zoomLevel": -1,
"workbench.colorTheme": "Popping and Locking",
"[python]": {
},
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment