Created
May 11, 2018 08:03
-
-
Save mfrazi/c54ce1b98dc6ef524569e75763f404f6 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
{ | |
"files.autoSave": "onFocusChange", | |
"editor.fontSize": 18, | |
"editor.wordWrap": "on", | |
"editor.lineHeight": 23, | |
"eslint.autoFixOnSave": true, | |
"workbench.colorTheme": "One Dark Pro", | |
"window.zoomLevel": 0, | |
"workbench.panel.location": "bottom", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment