diff options
Diffstat (limited to '.clangd')
-rw-r--r-- | .clangd | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.clangd b/.clangd deleted file mode 100644 index ef142b4..0000000 --- a/.clangd +++ /dev/null @@ -1,19 +0,0 @@ -If: - PathMatch: - - .*\.c - - .*\.h - - -CompileFlags: - Add: - - -xc - - -std=c89 - - -Isrc - - -Wall - - -Wextra, - - -pedantic - - -O2 - - -ferror-limit=0 - - -D_DEFAULT_SOURCE - - -D_CHECK_LINK - Compiler: clang |