Created
September 12, 2019 13:03
-
-
Save ChrisFrontDev/583fc0cb600a16a0d6e35394d2c1405d to your computer and use it in GitHub Desktop.
VSCODE Christian Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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