add: textwidth=72

This commit is contained in:
Markus Pesch 2018-08-28 15:20:33 +02:00
parent ce0e6b6dee
commit 1940226997

1
vimrc
View File

@ -9,6 +9,7 @@ set tabstop=2
set shiftwidth=2 set shiftwidth=2
set expandtab set expandtab
set smarttab set smarttab
set textwidth=72
" Show row numbers " Show row numbers
set rnu set rnu