Преглед изворни кода

Set textwidth to 80 for markdown

Thomas Dy пре 8 година
родитељ
комит
8c175f3ab8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@@ -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