小编Joe*_*Joe的帖子

Notepad ++中Python的自动缩进

我一直在谷歌搜索,这真的很令人沮丧.它不像空闲一样.

例:

else:  
    name = 'World'
    print 'Howdy', name
    print 'yay'
Run Code Online (Sandbox Code Playgroud)

但在Notepad ++中

else: # i press enter and this is what it does
lands me here
Run Code Online (Sandbox Code Playgroud)

但是我希望能够在空闲时做到:在:我可以按下回车并继续前进之后.我的英语不太好.

我的文件类型设置为Python等,我的格式为unix.

python notepad++ indentation auto-indent

30
推荐指数
4
解决办法
6万
查看次数

标签 统计

auto-indent ×1

indentation ×1

notepad++ ×1

python ×1