libevent/.exrc
2023-02-04 14:56:53 +01:00

16 lines
304 B
VimL

"
" Add this into your .vimrc, to allow vim handle this file.
"
" set exrc
" set secure " even after this this is kind of dangerous
"
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
" for detectindent plugin
let detectindent_preferred_indent=4
let g:detectindent_preferred_expandtab=0