vim:ftplugin:python: Change textwidth to 88
This commit is contained in:
@@ -4,8 +4,8 @@ setlocal shiftwidth=0
|
|||||||
setlocal expandtab
|
setlocal expandtab
|
||||||
" Delete all 4 spaces when pressing backspace
|
" Delete all 4 spaces when pressing backspace
|
||||||
setlocal smarttab
|
setlocal smarttab
|
||||||
" PEP-8 wants 79 as maximum line length
|
" Use black's default
|
||||||
setlocal textwidth=79
|
setlocal textwidth=88
|
||||||
" Lines with equal indent form a fold
|
" Lines with equal indent form a fold
|
||||||
setlocal foldmethod=indent
|
setlocal foldmethod=indent
|
||||||
" Open all folds after they were closed automatically by foldmethod=indent
|
" Open all folds after they were closed automatically by foldmethod=indent
|
||||||
|
|||||||
Reference in New Issue
Block a user