Last active
February 4, 2017 15:29
-
-
Save enif-lee/7e0badbd93c189ffd9c6be37cb04ffcf to your computer and use it in GitHub Desktop.
Settings json file for java developer
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.tabSize": 3, | |
"editor.insertSpaces": false, | |
"editor.renderWhitespace": "boundary", | |
"editor.detectIndentation": false, | |
"editor.wrappingColumn": 1000, | |
"workbench.welcome.enabled": true, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"explorer.openEditors.visible": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment