浏览代码

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