Skip to content

Commit

Permalink
add config for clangd
Browse files Browse the repository at this point in the history
  • Loading branch information
jube committed Jan 7, 2024
1 parent 36ffb19 commit cfe7f6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CompileFlags:
CompilationDatabase: build
Index:
StandardLibrary: Yes
Diagnostics:
UnusedIncludes: Strict
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build*/
.vscode/
.cache/

0 comments on commit cfe7f6f

Please sign in to comment.