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

InlayHints:
  Enabled: Yes

Completion:
  AllScopes: true