Last active
November 20, 2018 17:53
-
-
Save borgateo/d49d8dfee5e598859ce70ab262bb262b to your computer and use it in GitHub Desktop.
settings.json
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.tabSize": 2, | |
"editor.renderWhitespace": "boundary", | |
"editor.cursorStyle": "block", | |
"editor.fontFamily": "'Office Code Pro D', Inconsolota, Menlo, Monaco, monospace", | |
"editor.fontSize": 13, | |
"editor.formatOnSave": true, | |
"[javascript]": { | |
"editor.formatOnSave": false, | |
}, | |
"eslint.autoFixOnSave": true, | |
"eslint.alwaysShowStatus": true, | |
"editor.multiCursorModifier": "ctrlCmd" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
font: https://github.com/nathco/Office-Code-Pro