Last active
January 16, 2018 23:55
-
-
Save croucha/ec58a94849d6b91e989690f669669262 to your computer and use it in GitHub Desktop.
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
{ | |
"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