Created
May 27, 2019 12:15
-
-
Save TheWebDevel/d2eed5b5f8019f677ffc72437d9dd7b6 to your computer and use it in GitHub Desktop.
VS Code Setting
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.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