YouCompleteMe/python/ycm/server/tests/testdata/.ycm_extra_conf.py
2013-10-08 19:02:20 -07:00

6 lines
94 B
Python

def FlagsForFile( filename ):
return {
'flags': ['-x', 'c++'],
'do_cache': True
}