VIM: all _EDITMSG need to word-wrap around column 72
This commit is contained in:
parent
372171f7ed
commit
62a2f412be
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -3,7 +3,7 @@ set background:dark
|
|||
colorscheme earendel
|
||||
|
||||
au BufRead ~/.mutt/temp/mutt-* set tw=72
|
||||
au BufRead .git/COMMIT_EDITMSG set tw=72
|
||||
au BufRead .git/*_EDITMSG set tw=72
|
||||
|
||||
autocmd FileType make setlocal noexpandtab
|
||||
autocmd BufWritePre *.php :%s/\s\+$//e
|
||||
|
|
Loading…
Reference in a new issue