Last active
July 22, 2019 13:12
-
-
Save badsyntax/f8d214a4ef83da6638c97a2520c5d486 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
{ | |
"window.zoomLevel": 1, | |
"eslint.autoFixOnSave": true, | |
"workbench.colorCustomizations": { | |
"statusBar.background": "#000000", | |
"statusBar.noFolderBackground": "#000000" | |
}, | |
"files.trimTrailingWhitespace": true, | |
"editor.renderWhitespace": "all" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment