Skip to content

Commit

Permalink
🧑‍💻 Add proper clangd config files (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Dec 26, 2024
1 parent cdf584c commit 61377f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .clangd
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
If:
PathMatch: demos/.*
CompileFlags:
CompilationDatabase: demos
Else:
CompileFlags:
CompilationDatabase: .

CompileFlags:
CompilationDatabase: .
2 changes: 2 additions & 0 deletions demos/.clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CompileFlags:
CompilationDatabase: .

0 comments on commit 61377f8

Please sign in to comment.