Created
August 29, 2018 13:16
-
-
Save matheusnascgomes/e36b3eaa4094ce1e1a36cf3bcee76710 to your computer and use it in GitHub Desktop.
Basic VSCode settings for an automatized formatting with Prettier Plugin
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
| { | |
| "gitlens.advanced.messages": { | |
| "suppressShowKeyBindingsNotice": true | |
| }, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "window.zoomLevel": 0, | |
| "git.path": "user/bin/git", | |
| "eslint.autoFixOnSave": true, | |
| "eslint.alwaysShowStatus": true, | |
| "editor.formatOnSave": true, | |
| "javascript.format.enable": false, | |
| "prettier.eslintIntegration": true, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment