summaryrefslogtreecommitdiff
path: root/.exrc
blob: 7808444d2b306d4f724b48abea2cf9377808adf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"
" 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