Skip to content

Commit

Permalink
wrap automatically long lines when writing a git commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Leibiusky committed Jan 29, 2014
1 parent 595888d commit 8af7df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -24,3 +24,5 @@ set list listchars=tab:>-,trail:· "muestra los trailing spaces y tabs visualme
set scrolloff=8 "empeza a scrollear cuando estas a 8 lineas del final

filetype indent on

au FileType gitcommit set tw=72 "when doing a git commit, wrap long lines in 72 columns

0 comments on commit 8af7df1

Please sign in to comment.