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

7 lines
84 B
Python
Raw Normal View History

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