YouCompleteMe/python/ycm/server/tests/testdata/noflags/.ycm_extra_conf.py
2013-11-17 13:45:39 -08:00

7 lines
84 B
Python

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