aboutsummaryrefslogtreecommitdiff
path: root/pw_ide/ts/pigweed-vscode/.vscode/settings.json
blob: 4eaa030a9e907b0064151cec1a907b4b2035a562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "files.exclude": {
    "out": false
  },
  "search.exclude": {
    "out": true
  },
  "typescript.tsc.autoDetect": "off",
  "editor.rulers": [
    80
  ]
}