From: Roy Marples Date: Tue, 30 Sep 2025 08:43:04 +0000 (+0100) Subject: Add a .clangd file to aid lsp. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=593c0a33534103444c90faa019c7a1081eb3ec9b;p=thirdparty%2Fdhcpcd.git Add a .clangd file to aid lsp. --- diff --git a/.clangd b/.clangd new file mode 100644 index 00000000..3592250e --- /dev/null +++ b/.clangd @@ -0,0 +1,4 @@ +If: + PathMatch: src/.*\.c +CompileFlags: + Add: [-I., -I.., -I../compat]