要为VIM中的python文件设置autoindent,请使用以下配置:
set ts=4 set sts=4 set sw=4 set autoindent set smartindent set smarttab set expandtab
将此配置添加到主文件夹中的.vimrc文件。