Skip to content

Instantly share code, notes, and snippets.

@kasiriveni
Last active February 6, 2019 09:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kasiriveni/1f5ce3c5a4298c01c4fb29fabb371da9 to your computer and use it in GitHub Desktop.
Save kasiriveni/1f5ce3c5a4298c01c4fb29fabb371da9 to your computer and use it in GitHub Desktop.
vscode-settings
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.parameterHints.enabled": false,
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"editor.glyphMargin": false,
"editor.folding": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "solid",
"editor.lineNumbers": "on",
"editor.formatOnSave": true,
"window.zoomLevel": 1,
"prettier.tabWidth": 4,
"editor.fontSize": 15,
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.fontSize": 15,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "One Dark Pro",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"workbench.panel.defaultLocation": "right",
"[javascript]": {
"editor.formatOnSave": true
},
"files.autoSave": "afterDelay",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"workbench.sideBar.location": "left",
"files.trimTrailingWhitespace": true,
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment