Skip to content

Instantly share code, notes, and snippets.

@b6pzeusbc54tvhw5jgpyw8pwz2x6gs
Created February 22, 2019 04:31
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 b6pzeusbc54tvhw5jgpyw8pwz2x6gs/ed75da8aa31a22d5a804177ff06faa49 to your computer and use it in GitHub Desktop.
Save b6pzeusbc54tvhw5jgpyw8pwz2x6gs/ed75da8aa31a22d5a804177ff06faa49 to your computer and use it in GitHub Desktop.
My VS Code user setting
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.autoIndent": false,
"python.linting.pylintPath": "${workspaceFolder}/packages-for-code/bin/pylint",
"python.envFile": "${workspaceFolder}/.envrc.code",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"window.zoomLevel": 1,
"workbench.colorTheme": "Visual Studio Light",
"markdown-pdf.margin.left": "0.8cm",
"markdown-pdf.margin.right": "0.8cm",
"markdown-pdf.margin.top": "1.2cm",
"markdown-pdf.margin.bottom": "0.8cm",
"markdown-pdf.scale": 0.9,
"editor.fontFamily": "D2Coding, Menlo, Monaco, 'Courier New', monospace",
"extensions.ignoreRecommendations": false,
"gitlens.views.repositories.files.layout": "list",
"gitlens.views.compare.files.layout": "list",
"gitlens.views.search.files.layout": "list",
"files.autoSave": "onFocusChange",
"markdown.preview.scrollEditorWithPreview": false,
"editor.minimap.enabled": false,
"editor.lineNumbers": "relative",
"editor.renderWhitespace": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment