From 1c0054a3297ca0062338a73d3d3cdf89b6d69119 Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 23 Jul 2018 03:45:21 +0800 Subject: [PATCH] python setup, shiftwidth, tabstop, softtabstop --- vim/settings/python.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/settings/python.vim diff --git a/vim/settings/python.vim b/vim/settings/python.vim new file mode 100644 index 0000000..4c53d9d --- /dev/null +++ b/vim/settings/python.vim @@ -0,0 +1,3 @@ +autocmd FileType python set shiftwidth=2 +autocmd FileType python set tabstop=2 +autocmd FileType python set softtabstop=2