diff options
Diffstat (limited to 'vim.dot.link/ftplugin/python.vim')
-rw-r--r-- | vim.dot.link/ftplugin/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim.dot.link/ftplugin/python.vim b/vim.dot.link/ftplugin/python.vim index 3e27472..047760c 100644 --- a/vim.dot.link/ftplugin/python.vim +++ b/vim.dot.link/ftplugin/python.vim @@ -1,2 +1,2 @@ " Python -set autoindent smartindent tabstop=4 softtabstop=4 shiftwidth=4 expandtab +setlocal autoindent smartindent tabstop=4 softtabstop=4 shiftwidth=4 expandtab |