rc/vim/after/ftplugin/python.vim

8 lines
152 B
VimL
Raw Normal View History

setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent
setlocal fileformat=unix
2020-11-20 18:21:32 +00:00
setlocal colorcolumn=80