From 8eee1c45bef74aa6094f463f9888ac653958b3dc Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 30 Mar 2015 10:25:12 +0200 Subject: Moving back to stow for management reasons: dotfiles.sh misbehaving on freebsd --- vim/.vim/ftplugin/python.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/.vim/ftplugin/python.vim (limited to 'vim/.vim/ftplugin') diff --git a/vim/.vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim new file mode 100644 index 0000000..183ef4b --- /dev/null +++ b/vim/.vim/ftplugin/python.vim @@ -0,0 +1,4 @@ +set tabstop=8 +set expandtab +set shiftwidth=4 +set softtabstop=4 -- cgit v1.2.3