dotfiles/.vim/ftplugin/python.vim

5 lines
63 B
VimL
Raw Normal View History

set tabstop=8
set expandtab
set shiftwidth=4
set softtabstop=4