Remove project vimrc file
This commit is contained in:
parent
acad97cfd2
commit
1d56578a81
1 changed files with 0 additions and 10 deletions
10
.vimrc
10
.vimrc
|
|
@ -1,10 +0,0 @@
|
|||
set wildignore+=spec/externals
|
||||
set wildignore+=TreeSitter.xcodeproj/*
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set tabstop=4
|
||||
|
||||
let g:syntastic_cpp_compiler = 'clang'
|
||||
let g:syntastic_cpp_auto_refresh_includes = 1
|
||||
let g:syntastic_cpp_include_dirs = [ './core/include', './spec/externals/igloo', './spec', './src' ]
|
||||
let g:syntastic_cpp_compiler_options = '-std=gnu99 -fnested-functions -DRUBY_MISSING_H'
|
||||
Loading…
Add table
Add a link
Reference in a new issue