Add colorcolumn
to highlight lines too long, set textwidth
for
python files
This commit is contained in:
parent
af4d768026
commit
f4caa3d868
|
@ -1,5 +1,6 @@
|
|||
setlocal shiftwidth=4
|
||||
setlocal softtabstop=4
|
||||
setlocal textwidth=79
|
||||
|
||||
let b:ale_linters = ['pylint', 'jedils']
|
||||
let b:ale_fixers = ['black']
|
||||
|
|
Loading…
Reference in a new issue