aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/html.vim
blob: 8c2d0c89b936e6a0ba251039c6d317d5fed1c6aa (plain)
1
2
3
4
" Tab specific option
set tabstop=2                   "A tab is 8 spaces
set shiftwidth=2                "An indent is 4 spaces
set shiftround                  "Round indent to nearest shiftwidth multiple