aboutsummaryrefslogtreecommitdiff
path: root/.clangd
blob: 496ad97522fa7f241c027975c98a7537050e1771 (plain)
1
2
3
4
5
6
7
8
9
If:
  PathMatch: .*\.h
CompileFlags:
  Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/]
---
If:
  PathMatch: .*\.c
CompileFlags:
  Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/]