Skip to content

Instantly share code, notes, and snippets.

@matheusnascgomes
Created August 29, 2018 13:16
Show Gist options
  • Select an option

  • Save matheusnascgomes/e36b3eaa4094ce1e1a36cf3bcee76710 to your computer and use it in GitHub Desktop.

Select an option

Save matheusnascgomes/e36b3eaa4094ce1e1a36cf3bcee76710 to your computer and use it in GitHub Desktop.
Basic VSCode settings for an automatized formatting with Prettier Plugin
{
"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