heavim/ftplugin/python.vim

9 lines
170 B
VimL
Raw Normal View History

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
2020-10-06 14:47:00 +02:00
setlocal textwidth=88
setlocal smarttab
setlocal expandtab
setlocal nosmartindent
2018-05-02 13:34:55 +02:00
setlocal colorcolumn=81