python indentoptions

This commit is contained in:
Chiel92 2013-01-20 18:19:58 +01:00
parent 6613c6917d
commit 776d03f1cf

View File

@ -10,3 +10,8 @@ let s:arguments = "/dev/stdin"
"Set the formatprg option, if the formatter is installed "Set the formatprg option, if the formatter is installed
"globally or in the formatters folder "globally or in the formatters folder
call g:FindFormatter(s:prgname, s:arguments) call g:FindFormatter(s:prgname, s:arguments)
"Set indenting behaviour to match with the formatter
set expandtab
set tabstop=4
set shiftwidth=4