disable: textwidth

This commit is contained in:
Markus Pesch 2018-10-20 16:57:14 +02:00
parent ac80480c4e
commit 65d1723bfe
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.netrwhist

2
vimrc
View File

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