Skip to content

Instantly share code, notes, and snippets.

@drmats
Created October 27, 2018 15:44
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 drmats/4548383831212a37f72b1d79c27c00d5 to your computer and use it in GitHub Desktop.
Save drmats/4548383831212a37f72b1d79c27c00d5 to your computer and use it in GitHub Desktop.
vscode settings
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.menuBarVisibility": "toggle",
"extensions.autoUpdate": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"editorIndentGuide.activeBackground": "#00c3ff6c"
},
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.autoIndent": false,
"editor.autoSurround": "never",
"editor.detectIndentation": false,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "'Fira Code Medium'",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnPaste": false,
"editor.insertSpaces": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.rulers": [
79
],
"editor.tabSize": 4,
"window.titleBarStyle": "native",
"window.zoomLevel": 0,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"html.autoClosingTags": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": true,
"suppressShowKeyBindingsNotice": true
},
"gitlens.keymap": "chorded",
"gitlens.historyExplorer.enabled": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"material-icon-theme.showUpdateMessage": false,
"nginx-conf-hint.syntax": "sublime",
"prettier.arrowParens": "always",
"prettier.eslintIntegration": true,
"prettier.semi": false,
"prettier.tabWidth": 4,
"prettier.trailingComma": "es5",
"typescript.disableAutomaticTypeAcquisition": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.autoClosingTags": false,
"javascript.autoClosingTags": false,
"workbench.colorTheme": "Atom One Dark",
"extensions.ignoreRecommendations": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment