Skip to content

Instantly share code, notes, and snippets.

@tanvirraj
Last active December 10, 2018 05:35
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 tanvirraj/49e062f8d854002c7555f2b439194be5 to your computer and use it in GitHub Desktop.
Save tanvirraj/49e062f8d854002c7555f2b439194be5 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Dank Mono", //"Operator Mono",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"window.zoomLevel": 1,
"editor.minimap.enabled": false,
// Controls the cursor style, accepted values are 'block', 'line' and 'underline'
// Set the default
"editor.formatOnSave": true,
// Enable per-language
"[javascript]": {
"editor.formatOnSave": true
},
"javascript.validate.enable": false,
"prettier.eslintIntegration": true,
"workbench.sideBar.location": "left",
"python.pythonPath": "/usr/local/bin/python3",
"terminal.integrated.fontSize": 15,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"editor.cursorStyle": "line",
"editor.cursorWidth": 4,
"editor.cursorBlinking": "blink",
"editor.rulers": [80, 100, 120],
"workbench.colorTheme": "Cobalt2",
"workbench.editor.tabCloseButton": "off",
"html.format.enable": true,
"diffEditor.ignoreTrimWhitespace": true,
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"workbench.iconTheme": "vscode-great-icons",
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.external.osxExec": "iTerm.app",
"colorize.languages": ["javascript"],
"bracketPairColorizer.forceIterationColorCycle": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment