Created
September 25, 2019 21:30
-
-
Save Wellers0n/47cd6609d0aab4a42f69a9072ecb27b2 to your computer and use it in GitHub Desktop.
vscode-config-flow
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
{ | |
"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