aboutsummaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-02 03:54:29 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-02 03:54:29 +0000
commit2fe0443d7073e59b1e4d75f49f0a5a417678f4cd (patch)
tree24a269f1fa532eacea4380d03882abe145dc297d /.clangd
parentfe3caeefac7a2081f5c9db90bf5c821624a71082 (diff)
ezntek: checkpoint!
Diffstat (limited to '.clangd')
-rw-r--r--.clangd9
1 files changed, 7 insertions, 2 deletions
diff --git a/.clangd b/.clangd
index 5022e8f..496ad97 100644
--- a/.clangd
+++ b/.clangd
@@ -1,4 +1,9 @@
+If:
+ PathMatch: .*\.h
CompileFlags:
- Add: [-I/usr/include/luajit-2.1, -I../include]
+ Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/]
---
-UseTab: Always
+If:
+ PathMatch: .*\.c
+CompileFlags:
+ Add: [-std=c99,-xc-header,-Wall,-Werror,-pedantic,-Wvla,-Iinclude,-I../include,-I../../include/]