Skip to content

Commit

Permalink
added YCM options
Browse files Browse the repository at this point in the history
  • Loading branch information
cdstouter committed Apr 13, 2017
1 parent e2683ad commit adb0a81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ycm_extra_conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def FlagsForFile( filename, **kwargs ):
return {
'flags': [ '-x', 'c++', '-Wall', '-Wextra', '-Werror' ],
}

0 comments on commit adb0a81

Please sign in to comment.