diff options
Diffstat (limited to 'vim/.vim/ftplugin/python.vim')
| -rw-r--r-- | vim/.vim/ftplugin/python.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 1 | set tabstop=8 | ||
| 2 | set expandtab | ||
| 3 | set shiftwidth=4 | ||
| 4 | set softtabstop=4 | ||
