heavim/ftplugin/python.vim

8 lines
146 B
VimL
Raw Normal View History

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal textwidth=80
setlocal smarttab
setlocal expandtab
setlocal nosmartindent