Files
dotfiles/.config/vim/ftplugin/python.vim

7 lines
155 B
VimL

" Use 4 spaces for indentation
setlocal tabstop=4
setlocal shiftwidth=0
setlocal expandtab
" Delete all 4 spaces when pressing backspace
setlocal smarttab