[UPDATE][VIM] Use 88 columns limit on python files
This commit is contained in:
parent
7b0f8f360a
commit
b7579b0a9b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue