lardon3d/.clangd

22 lines
282 B
Text

CompileFlags:
CompilationDatabase: build
---
If:
PathMatch: '.*\.(cpp|cc|cxx)$'
CompileFlags:
Remove:
- '-std=*'
Add:
- '-std=c++17'
Compiler: clang++
---
If:
PathMatch: '.*\.c$'
CompileFlags:
Remove:
- '-std=*'
Add:
- '-std=c17'
Compiler: clang