Skip to content

Instantly share code, notes, and snippets.

@croucha
Last active January 16, 2018 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save croucha/ec58a94849d6b91e989690f669669262 to your computer and use it in GitHub Desktop.
Save croucha/ec58a94849d6b91e989690f669669262 to your computer and use it in GitHub Desktop.
{
"git.ignoreLegacyWarning": true,
"extensions.ignoreRecommendations": true,
"editor.renderWhitespace": "all",
"editor.insertSpaces": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"editor.rulers": [100],
"editor.fontSize": 14,
"editor.useTabStops": true
}
{
"html.format.wrapLineLength": 100,
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"http.proxyStrictSSL" : false,
"http.proxy": "http://web-proxydirect.us.bank-dns.com:3128/",
"editor.renderIndentGuides": true,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"editor.formatOnPaste": true,
"editor.renderControlCharacters": true,
"files.associations": {
"*.ftl": "html",
"*.jsp": "html",
"*.vm": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment