]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add a .clangd file to aid lsp.
authorRoy Marples <roy@marples.name>
Tue, 30 Sep 2025 08:43:04 +0000 (09:43 +0100)
committerRoy Marples <roy@marples.name>
Tue, 30 Sep 2025 08:43:04 +0000 (09:43 +0100)
.clangd [new file with mode: 0644]

diff --git a/.clangd b/.clangd
new file mode 100644 (file)
index 0000000..3592250
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,4 @@
+If:
+  PathMatch: src/.*\.c
+CompileFlags:
+  Add: [-I., -I.., -I../compat]