Add extra conf for c project
This commit is contained in:
parent
66d525d298
commit
6f805db24b
1 changed files with 4 additions and 0 deletions
4
support/test/cpp/simple_c_program/.ycm_extra_conf.py
Normal file
4
support/test/cpp/simple_c_program/.ycm_extra_conf.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
def Settings( **kwargs ):
|
||||
return {
|
||||
'flags': [ '-x', 'c++', '-Wall', '-Wextra' ]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue