diff options
Diffstat (limited to 'vim/.vim/ftplugin')
| -rw-r--r-- | vim/.vim/ftplugin/python.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/.vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim index 183ef4b..e847d12 100644 --- a/vim/.vim/ftplugin/python.vim +++ b/vim/.vim/ftplugin/python.vim | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | set tabstop=8 | 1 | setlocal tabstop=8 |
| 2 | set expandtab | 2 | setlocal expandtab |
| 3 | set shiftwidth=4 | 3 | setlocal shiftwidth=4 |
| 4 | set softtabstop=4 | 4 | setlocal softtabstop=4 |
