summaryrefslogtreecommitdiff
path: root/.clangd
blob: a47d05f0b84d087c0bf5fcfea5989e5f59d22b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CompileFlags:
  Add: [
  -Wall,
  -Wextra,
  -std=c11,
  -Isrc/include
  ]

InlayHints:
  Enabled: Yes

Completion:
  AllScopes: true