Skip to content

Commit

Permalink
push forgotten setting related to issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Apr 29, 2016
1 parent 9c97522 commit 7aba70e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EasyClangComplete.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// search for .clang_complete file up the tree. Use includes from it if found
"search_clang_complete_file": true,

// show compile errors on save
"errors_on_save": true,

// triggers for auto-completion
"triggers" : [ ".", "->", "::"],

Expand Down

0 comments on commit 7aba70e

Please sign in to comment.