summaryrefslogtreecommitdiff
path: root/.zed/settings.json
blob: 4bc02e7f66383a1d166b479aa3d97c00263d13fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "languages": {
    "C": {
      "inlay_hints": {
        "enabled": true
      }
    }
  },
  "prettier": {
    "allowed": true
  }
}