{
// HTTP
"http.proxy": "http://webfilter.ad.vl-brabant.be:8080",
"http.proxyStrictSSL": false,
"http.proxyAuthorization": null,
// Auto close tag settings
"auto-close-tag.SublimeText3Mode": true
}
[
// format document not provided in eclipse keymap extention
{
"key": "ctrl+shift+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+shift+c",
"command": "editor.action.addCommentLine",
"when": "editorTextFocus && !editorReadonly"
}
]