Skip to content

Instantly share code, notes, and snippets.

@ChrisFrontDev
Created September 12, 2019 13:03
Show Gist options
  • Save ChrisFrontDev/583fc0cb600a16a0d6e35394d2c1405d to your computer and use it in GitHub Desktop.
Save ChrisFrontDev/583fc0cb600a16a0d6e35394d2c1405d to your computer and use it in GitHub Desktop.
VSCODE Christian Config
{
"workbench.iconTheme": "material-icon-theme",
"breadcrumbs.enabled": true,
"debug.toolBarLocation": "floating",
"editor.rulers": [
80,
120
],
"editor.autoIndent": true,
"editor.codeLens": false,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.fontSize": 16,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.letterSpacing": 0.5,
"editor.lineHeight": 25,
"editor.renderLineHighlight": "gutter",
"search.showLineNumbers": true,
"workbench.colorCustomizations": {},
"zenMode.centerLayout": false,
"workbench.colorTheme": "Dracula",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.fontSize": 14,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.zoomLevel": 0,
"eslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment