summaryrefslogtreecommitdiff
path: root/plugin/indent.vim
blob: de6763694a86b130705195d76387b650951ee254 (plain)
1
2
3
4
5
6
7
8
9
" indent.vim
" Defines indentation behavior

set softtabstop=2
set shiftwidth=2
set expandtab
set smarttab

set autoindent