add formatting for human,mail and tex files

This commit is contained in:
Thomas Ruoff
2011-10-26 00:08:36 +02:00
parent 1f3170a5a4
commit 5aea237f04

4
vimrc
View File

@@ -206,6 +206,10 @@ map <leader>cc :CoffeeCompile<cr>
map <silent> <leader>cm :CoffeeMake<cr> <cr>
au BufNewFile,BufReadPost *.coffee setl foldmethod=indent nofoldenable
" MAIL HUMAN TEX
au BufNewFile,BufRead *.txt set filetype=human
au FileType human,mail,tex set expandtab textwidth=78 nocindent
"" LANGUAGE SPECIFIC
" CSS