Created
April 11, 2017 00:14
-
-
Save frostney/1e8ff85ef7cdabbed783357f8537d33f to your computer and use it in GitHub Desktop.
VSCode settings
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"window.zoomLevel": 1, | |
"workbench.iconTheme": "vscode-icons", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 14, | |
"editor.fontLigatures": true, | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"eslint.autoFixOnSave": true, | |
"javascript.validate.enable": false, | |
"flow.useNPMPackagedFlow": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment