Skip to content

Commit

Permalink
.cland: treat all files as C, as clangd sometimes recognizes .h as ob…
Browse files Browse the repository at this point in the history
…jective-c
  • Loading branch information
robertswiecki committed Oct 2, 2023
1 parent ad389c4 commit 803476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CompileFlags:
Add: [-std=c11, -fblocks, -I., -D_GNU_SOURCE, -Wall, -Wextra, -Werror, -Wno-format-truncation, -Wno-override-init]
Add: [-std=c11, -xc, -I., -fblocks, -D_GNU_SOURCE, -Wall, -Wextra, -Werror, -Wno-format-truncation, -Wno-override-init]

0 comments on commit 803476a

Please sign in to comment.