diff --git a/dot_vim/after/ftplugin/python.vim b/dot_vim/after/ftplugin/python.vim new file mode 100644 index 0000000..d92a47c --- /dev/null +++ b/dot_vim/after/ftplugin/python.vim @@ -0,0 +1,5 @@ +set colorcolumn=80 +set expandtab +set tabstop=4 +set shiftwidth=4 +set softtabstop=4