From 2fe0443d7073e59b1e4d75f49f0a5a417678f4cd Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 2 Jul 2026 03:54:29 +0000 Subject: ezntek: checkpoint! --- .clangd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.clangd') 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/] -- cgit v1.2.3