Skip to content

Instantly share code, notes, and snippets.

@j-
Created April 14, 2022 05:45
Show Gist options
  • Save j-/630a972468b98217b5761bfbf5f76cb7 to your computer and use it in GitHub Desktop.
Save j-/630a972468b98217b5761bfbf5f76cb7 to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": true,
"editor.accessibilitySupport": "off",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never",
"editor.cursorBlinking": "phase",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.emptySelectionClipboard": false,
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.mouseWheelZoom": false,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "all",
"editor.rulers": [80],
"editor.snippetSuggestions": "none",
"editor.tabSize": 2,
"emmet.showExpandedAbbreviation": "never",
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 15,
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"gitlens.codeLens.enabled": false,
"gitlens.heatmap.toggleMode": "window",
"html.autoClosingTags": false,
"javascript.autoClosingTags": false,
"javascript.preferences.quoteStyle": "single",
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.debugMode": true,
"jest.enableSnapshotPreviews": false,
"typescript.autoClosingTags": false,
"typescript.preferences.quoteStyle": "single",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "GitHub Dark",
"workbench.editor.showTabs": true,
"diffEditor.renderSideBySide": false,
"terminal.integrated.scrollback": 10000,
"gitlens.hovers.currentLine.over": "line",
"gitlens.statusBar.enabled": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment