vim:ftplugin:python: Maximum line length of 79

This commit is contained in:
2020-11-29 13:53:41 +01:00
parent f9e37dbc18
commit d68f6e4e34

View File

@@ -4,3 +4,5 @@ setlocal shiftwidth=0
setlocal expandtab
" Delete all 4 spaces when pressing backspace
setlocal smarttab
" PEP-8 wants 79 as maximum line length
setlocal textwidth=79