소스 검색

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