.dotfiles/.vim/ftplugin/python.vim

8 lines
115 B
VimL
Raw Normal View History

set tabstop=4
set softtabstop=4
set shiftwidth=4
set textwidth=79
set expandtab
set autoindent
set fileformat=unix