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

set softtabstop=4
set shiftwidth=4
set expandtab
set smarttab

set autoindent