summaryrefslogtreecommitdiffhomepage
path: root/src/.clangd
blob: 5b9dfec7d2f8604e5de3874819e0b3ae56a64dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
If:
  PathMatch: .*\.cpp

CompileFlags:
  Add: [-std=c++14]

---

If:
  PathMatch: .*\.c

CompileFlags:
  Add: [-std=c99]