// Place your settings in this file to overwrite default and user settings.
{
  "clang-format.style": "file",
  "editor.formatOnSave": true,
  "editor.formatOnType": true,
  "search.exclude": {
    "**/node_modules": true,
    "**/bower_components": true,
    "lib": true
  },
  "typescript.tsdk": "./node_modules/typescript/lib"
}
