Skip to content

Instantly share code, notes, and snippets.

@enif-lee
Last active February 4, 2017 15:29
Show Gist options
  • Save enif-lee/7e0badbd93c189ffd9c6be37cb04ffcf to your computer and use it in GitHub Desktop.
Save enif-lee/7e0badbd93c189ffd9c6be37cb04ffcf to your computer and use it in GitHub Desktop.
Settings json file for java developer
{
"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