Add vim-flake8 & don't use textwidth=80 in Python

This commit is contained in:
Kenneth Benzie 2016-06-08 09:31:34 +01:00
parent af6705736c
commit e8f642dfc0

View File

@ -4,7 +4,7 @@ setlocal shiftwidth=4
setlocal expandtab
" Set up text width
setlocal textwidth=80
setlocal textwidth=0
" Set up format options
" c - Auto-wrap comments using textwidth