diff options
Diffstat (limited to 'vim/indent/python.vim')
-rw-r--r-- | vim/indent/python.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/indent/python.vim b/vim/indent/python.vim new file mode 100644 index 0000000..94a46f2 --- /dev/null +++ b/vim/indent/python.vim @@ -0,0 +1,4 @@ +au FileType python set expandtab +au FileType python set shiftwidth=2 +au FileType python set softtabstop=2 +au FileType python set tabstop=2 |