Last active
September 16, 2022 09:44
-
-
Save kevinSuttle/48123baa37fc36d8ecb2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
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.fontFamily": "Fira Code", | |
"editor.fontSize": 14, | |
"editor.formatOnSave": true, | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"flow.useNPMPackagedFlow": true, | |
"javascript.format.enable": false, | |
"javascript.validate.enable": false, | |
"prettier.eslintIntegration": true, | |
} |
Thanks for the settings.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New to Visual Studio Code. Thanks for your settings. Helped me a lot.