summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/proto.vim
blob: 3553e3632853d7e9026f8d5bd1eabfa7af0153ca (plain)
1
2
3
4
5
6
7
setlocal textwidth=80
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal smarttab
setlocal expandtab
setlocal smartindent