YouCompleteMe/python/ycm/server/tests/testdata/.ycm_extra_conf.py

6 lines
94 B
Python
Raw Normal View History

2013-10-08 22:02:20 -04:00
def FlagsForFile( filename ):
return {
'flags': ['-x', 'c++'],
'do_cache': True
}