Add vim-flake8 & don't use textwidth=80 in Python
This commit is contained in:
parent
af6705736c
commit
e8f642dfc0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user