@@ -210,6 +210,7 @@ augroup formatting
au!
" strip trailing whitespace
autocmd BufWritePre * :%s/\s\+$//e
+ autocmd FileType markdown :set tw=80
augroup end
colorscheme seti