Skip to content

Commit

Permalink
Add .cquery file for code completion in vim, VS Code, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed May 10, 2018
1 parent a30f188 commit 729e956
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
%clang
%c -std=c99

# Includes
-I./include
-I./src
-I./deps
-I./plugins

0 comments on commit 729e956

Please sign in to comment.