[vim] more atomo

This commit is contained in:
David Majnemer 2010-11-15 19:30:13 -06:00
parent 887624bac2
commit 5b1f1884d0

2
vimrc
View file

@ -233,6 +233,8 @@ if has('autocmd')
autocmd BufRead,BufNewFile *.mm set filetype=noweb
autocmd BufRead,BufNewFile *.scala set filetype=scala
autocmd BufRead,BufNewFile *.proto setfiletype proto
autocmd BufNewFile,BufRead *.atomo set ft=atomo
autocmd BufNewFile,BufRead *.atomo setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2 commentstring=--\ %s
endif
" make tab reindent in normal mode