Created
October 14, 2018 11:55
-
-
Save markus-willems/f6caae85366ae33a32b2f83fe383dbdb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"editor.fontSize": 18, | |
"editor.fontFamily": "'Consolas'", | |
"editor.lineHeight": 24, | |
"workbench.colorTheme": "Palenight Theme", | |
"workbench.iconTheme": "material-icon-theme", | |
"terminal.integrated.fontSize": 16, | |
"prettier.arrowParens": "avoid", | |
"prettier.singleQuote": true, | |
"prettier.trailingComma": "es5", | |
"prettier.tabWidth": 4, | |
"prettier.semi": true, | |
"prettier.useTabs": false, | |
"editor.formatOnSave": true, | |
"window.zoomLevel": 0, | |
"materialTheme.fixIconsRunning": false, | |
"terminal.integrated.rendererType": "dom", | |
"breadcrumbs.enabled": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment