diff --git a/vim/vimrc b/vim/vimrc index 6ae3294..b04de5a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -90,6 +90,7 @@ augroup MICHAEL autocmd BufWritePre * :call TrimWhiteSpace() autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd Filetype markdown setlocal tw=79 fo+=t + autocmd Filetype pandoc setlocal tw=79 fo+=t augroup END