aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
Diffstat (limited to '.clangd')
-rw-r--r--.clangd7
1 files changed, 4 insertions, 3 deletions
diff --git a/.clangd b/.clangd
index 996361d..71ee568 100644
--- a/.clangd
+++ b/.clangd
@@ -9,11 +9,12 @@ Documentation:
---
If:
- PathMatch:
+ PathMatch:
- "libs/.*/tests/.*\\.cpp"
+ - "kernel/tests/.*\\.cpp"
Diagnostics:
ClangTidy:
- Remove: '*'
+ Remove: "*"
CompileFlags:
Add:
- - -Wno-c2y-extensions \ No newline at end of file
+ - -Wno-c2y-extensions