python indentoptions
This commit is contained in:
parent
6613c6917d
commit
776d03f1cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user