@jaricardodev/ews-javascript-api
Version:
EWS Managed api in JavaScript
11 lines • 416 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
// Controls the rendering size of tabs in characters. Accepted values: "auto", 2, 4, 6, etc. If set to "auto", the value will be guessed when a file is opened.
"editor.tabSize": 4,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"build": false,
"node_modules": true,
}
}