From 136a34ea72045bc5029daa7ca9bf2b1c8fd24fbe Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 12 Dec 2013 22:47:53 +0100 Subject: [PATCH] Overwriting python filetype indent --- after/ftplugin/python.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 after/ftplugin/python.vim diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim new file mode 100644 index 0000000..e824e14 --- /dev/null +++ b/after/ftplugin/python.vim @@ -0,0 +1,3 @@ +setlocal ts=2 +setlocal sw=2 +setlocal sts=2