Skip to content

Instantly share code, notes, and snippets.

@cstrnt
Created December 3, 2018 08:42
Show Gist options
  • Save cstrnt/a5c9af1ff2cba010c165ece20b801443 to your computer and use it in GitHub Desktop.
Save cstrnt/a5c9af1ff2cba010c165ece20b801443 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Operator Mono Lig, Firicico, Fira Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"breadcrumbs.enabled": true,
"window.titleBarStyle": "custom",
"workbench.iconTheme": "ayu",
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"editor.fontSize": 17,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"files.autoSave": "afterDelay",
"editor.minimap.enabled": true,
"editor.renderControlCharacters": false,
"editor.formatOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment