Skip to content

Commit ebdecf1

Browse files
committed
dev: Add .clangd to support LSP with new include convention
1 parent fc72109 commit ebdecf1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.clangd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
If:
2+
PathMatch: .*\.hxx
3+
CompileFlags:
4+
Add:
5+
- -DPINOCCHIO_LSP
6+
---
7+
Diagnostics:
8+
Suppress:
9+
- unused-includes

0 commit comments

Comments
 (0)