Skip to content

Instantly share code, notes, and snippets.

@minacle
Created March 26, 2018 13:24
Show Gist options
  • Save minacle/e8a26a430dcdeeb2695e92286ccb73c1 to your computer and use it in GitHub Desktop.
Save minacle/e8a26a430dcdeeb2695e92286ccb73c1 to your computer and use it in GitHub Desktop.
VSCode
{
"editor.rulers": [
80,
120
],
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"editor.renderLineHighlight": "all",
"files.insertFinalNewline": false,
"files.trimFinalNewlines": true,
"python.linting.enabled": false,
"files.trimTrailingWhitespace": true,
"editor.minimap.enabled": false,
"markdown.preview.linkify": false,
"markdown.preview.breaks": true,
"markdown.preview.scrollEditorWithPreview": false,
"markdown.preview.scrollPreviewWithEditor": false,
"markdown.preview.doubleClickToSwitchToEditor": false,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"workbench.editor.tabCloseButton": "left",
"workbench.editor.closeOnFileDelete": false,
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": true
},
"rust.rustup": {
"toolchain": "stable-x86_64-apple-darwin",
"nightlyToolchain": "nightly-x86_64-apple-darwin"
},
"rust.mode": "legacy",
"explorer.confirmDelete": false,
"python.pythonPath": "/usr/bin/python",
"workbench.colorTheme": "One Dark Pro",
"workbench.startupEditor": "newUntitledFile",
"explorer.confirmDragAndDrop": false,
"editor.wrappingIndent": "same",
"html.format.indentInnerHtml": true,
"search.smartCase": true,
"gitlens.gitExplorer.enabled": false,
"gitlens.codeLens.scopes": [
"document",
"containers"
],
"gitlens.codeLens.enabled": false,
"gitlens.keymap": "alternate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment