Skip to content
Snippets Groups Projects
Commit d26412d7 authored by nimrod's avatar nimrod
Browse files

Change the text width in Vim to 79.

Match other places (like flake8) and it shouldn't overflow.
parent 21ab6af1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ filetype plugin indent on ...@@ -2,7 +2,7 @@ filetype plugin indent on
setlocal tabstop=4 setlocal tabstop=4
setlocal softtabstop=4 setlocal softtabstop=4
setlocal shiftwidth=4 setlocal shiftwidth=4
setlocal textwidth=80 setlocal textwidth=79
setlocal smarttab setlocal smarttab
setlocal expandtab setlocal expandtab
setlocal incsearch setlocal incsearch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment