[UPDATE][VIM] Use 88 columns limit on python files

This commit is contained in:
Bruno BELANYI 2019-10-08 16:42:23 +02:00
parent 7b0f8f360a
commit b7579b0a9b

View file

@ -1,2 +1,5 @@
" Use black as ALE fixer for python
let b:ale_fixers=[ 'black' ]
" Change max length of a line to 88 for this buffer to match black's settings
setlocal colorcolumn=88