V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
johnsneakers
V2EX  ›  Python

用 VIM 写 python 怎么老是会遇到缩进问题(IndentationError: unexpected indent)

  •  
  •   johnsneakers · Jan 4, 2015 · 13431 views
    This topic created in 4142 days ago, the information mentioned may be changed or developed.

    这种情况不是必现,偶尔会有,我只有拿到pycharm才发现多出那么一点。。。求vim python配置

    5 replies    2015-01-05 09:13:36 +08:00
    jwk345
        1
    jwk345  
       Jan 4, 2015   ❤️ 1
    请用 space 缩进:
    set expandtab
    set tabstop=4
    set shiftwidth=4
    ToughGuy
        2
    ToughGuy  
       Jan 4, 2015   ❤️ 1
    v2014
        3
    v2014  
       Jan 4, 2015
    估计是tab键和空格键混用了
    ShiehShieh
        4
    ShiehShieh  
       Jan 4, 2015   ❤️ 1
    mugbya
        5
    mugbya  
       Jan 5, 2015
    注意别混用就好,那么就一直tab,要么就全空格。如果你写的代码想在各个平台下运行,最好用空格。

    这是我的vim配置,我嫌麻烦,所以每次用的tab(4格)

    set tabstop=8 " 让一个tab等于8个空格,即默认
    set sts=4
    set sw=4
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   973 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 22:20 · PVG 06:20 · LAX 15:20 · JFK 18:20
    ♥ Do have faith in what you're doing.