{
  "folders": [
    {
      "path": ".",
      "name": "uproxy-churn",
      "follow_symlinks": true
    },
    {
      "path": "build/",
      "name": "typescript",
      "follow_symlinks": true,
      "file_exclude_patterns": ["*.js", "*.js.map"]
    }
  ],
  "settings": {
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "wrap_width": 80
  },
  "build_systems": [
    {
      "name": "tsc",
      "shell_cmd": "tsc"
    }
  ]
}

