Skip to content

Instantly share code, notes, and snippets.

@Wellers0n
Created September 25, 2019 21:30
Show Gist options
  • Save Wellers0n/47cd6609d0aab4a42f69a9072ecb27b2 to your computer and use it in GitHub Desktop.
Save Wellers0n/47cd6609d0aab4a42f69a9072ecb27b2 to your computer and use it in GitHub Desktop.
vscode-config-flow
{
"prettier.eslintIntegration": true,
"prettier.printWidth": 120,
"javascript.validate.enable": false,
"java.home": "/usr/lib/jvm/java-8-openjdk-amd64",
"workbench.colorTheme": "Forest Focus",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment