From ca0a1a2248460d3efaa723f396f77b2d73299d3a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 22 Feb 2015 17:47:57 +0100 Subject: Added ft python && modeline support to vimrc --- vim/ftplugin/python.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/ftplugin/python.vim (limited to 'vim') diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim new file mode 100644 index 0000000..183ef4b --- /dev/null +++ b/vim/ftplugin/python.vim @@ -0,0 +1,4 @@ +set tabstop=8 +set expandtab +set shiftwidth=4 +set softtabstop=4 -- cgit v1.2.3