Created
February 28, 2019 14:39
-
-
Save peter/f97b533895a6f130f6d37bef260ee8e1 to your computer and use it in GitHub Desktop.
VS Code Prettier Extension Format on Save 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.formatOnSave": false, | |
"[javascript]": { | |
"editor.formatOnSave": true | |
}, | |
"[javascriptreact]": { | |
"editor.formatOnSave": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment