Skip to content

Instantly share code, notes, and snippets.

@xalvarez
Last active September 6, 2020 16:45
Show Gist options
  • Save xalvarez/f6abc34fb56f766820db3a3cb1287a4a to your computer and use it in GitHub Desktop.
Save xalvarez/f6abc34fb56f766820db3a3cb1287a4a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"editor.renderWhitespace": "all",
"editor.rulers": [100,120],
"editor.wordWrapColumn": 100,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Default Light+",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment