mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
16 lines
304 B
VimL
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
|