Change python textwidth to 88 from 79 to match black formatting
This commit is contained in:
parent
e42394fd45
commit
9522f1a352
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue