Last active
December 7, 2018 10:14
-
-
Save davidleininger/ba8da4ba4b763b6fc1fb64ac8b84d4aa to your computer and use it in GitHub Desktop.
User Settings for VS Code - Oceanic Next full app theme.
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": "CobaltNext", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"editor.formatOnSave": true, | |
"eslint.autoFixOnSave": true, | |
"eslint.options": { | |
"configFile": "/Volumes/Macintosh HD/Users/davidleininger/.eslintrc.json" | |
}, | |
"prettier.eslintIntegration": true, | |
"editor.wordWrap": "on", | |
"editor.fontFamily": "Operator Mono, Menlo, Monaco 'Courier New', monospace", | |
"editor.fontSize": 15, | |
"editor.fontWeight": "400", | |
"editor.lineHeight": 22, | |
"editor.letterSpacing": 0.25, | |
"editor.colorDecorators": false, | |
"color-highlight.markerType": "underline", | |
"color-highlight.markRuler": false, | |
"files.exclude": { | |
"**/.git": false | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"files.trimTrailingWhitespace": true, | |
"editor.cursorStyle": "line", | |
"editor.cursorBlinking": "solid", | |
"editor.renderWhitespace": "all", | |
"editor.matchBrackets": false, | |
"workbench.activityBar.visible": true, | |
"window.zoomLevel": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment