mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
10 lines
198 B
Plaintext
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
|