Python - Longer lines

This commit is contained in:
Emmanuel BENOîT 2020-10-06 14:47:00 +02:00
parent b11b27ca03
commit 5286723757

View file

@ -1,7 +1,7 @@
setlocal tabstop=4 setlocal tabstop=4
setlocal softtabstop=4 setlocal softtabstop=4
setlocal shiftwidth=4 setlocal shiftwidth=4
setlocal textwidth=80 setlocal textwidth=88
setlocal smarttab setlocal smarttab
setlocal expandtab setlocal expandtab
setlocal nosmartindent setlocal nosmartindent