Skip to content

Instantly share code, notes, and snippets.

@TheWebDevel
Created May 27, 2019 12:15
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 TheWebDevel/d2eed5b5f8019f677ffc72437d9dd7b6 to your computer and use it in GitHub Desktop.
Save TheWebDevel/d2eed5b5f8019f677ffc72437d9dd7b6 to your computer and use it in GitHub Desktop.
VS Code Setting
{
"workbench.colorTheme": "Material Theme",
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"workbench.startupEditor": "newUntitledFile",
"editor.rulers": [80],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff4081"
},
"editor.tabSize": 2,
"editor.fontSize": 17,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.wordWrap": "on",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"files.autoSave": "off",
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"editor.cursorStyle": "line",
"editor.cursorWidth": 2,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"breadcrumbs.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment