This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vimfiles/ftplugin/python.vim

8 lines
194 B
VimL

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal smartindent
setlocal cinwords=if,elif,else,for,while,try,except,finally,def,class