Files
Ciro Santilli 六四事件 法轮功 2e9ffcab63 lvimrc: move to kernel_modules directory
Keep insane tabs away from userland forever!
2018-11-29 15:07:02 +00:00

10 lines
198 B
Plaintext

" Use this automatically with:
"
" Plugin 'embear/vim-localvimrc'
" let g:localvimrc_ask = 0
" let g:localvimrc_sandbox = 0
if &filetype ==# 'c' || &filetype ==# 'cpp'
setlocal noexpandtab
endif