Change python textwidth to 88 from 79 to match black formatting

This commit is contained in:
Edward Litherland-Smith 2021-02-23 16:09:32 +00:00
parent e42394fd45
commit 9522f1a352

View file

@ -1,6 +1,6 @@
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal textwidth=79
setlocal textwidth=88
let b:ale_linters = ['pylint', 'jedils']
let b:ale_fixers = ['black']