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