mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
lvimrc: move to kernel_modules directory
Keep insane tabs away from userland forever!
This commit is contained in:
9
kernel_modules/.lvimrc
Normal file
9
kernel_modules/.lvimrc
Normal file
@@ -0,0 +1,9 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user