Skip to content

Instantly share code, notes, and snippets.

@Clickys
Created October 17, 2018 14:24
Show Gist options
  • Save Clickys/ad16d32b694760d838296b1b8fb10bea to your computer and use it in GitHub Desktop.
Save Clickys/ad16d32b694760d838296b1b8fb10bea to your computer and use it in GitHub Desktop.
{
"javascript.suggestionActions.enabled": true,
"editor.wordWrap": "on",
// Theme Setup.
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "Operator Mono, FiraFlott, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Operator Mono', 'Inconsolata for Powerline', monospace",
"editor.fontSize": 16,
"editor.lineHeight": 24.65,
"editor.letterSpacing": 0.5,
"editor.fontWeight": "400",
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.snippetSuggestions": "top",
"workbench.startupEditor": "newUntitledFile",
"editor.glyphMargin": true,
"workbench.editor.enablePreview": false,
"explorer.confirmDragAndDrop": false,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"editor.renderWhitespace": "boundary",
// // Formatting Optional.
// "editor.formatOnSave": true,
// "prettier.eslintIntegration": true,
// "eslint.run": "onType",
// "eslint.autoFixOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment