nixos/after/ftplugin/python.vim

5 lines
83 B
VimL
Raw Normal View History

setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal expandtab