PyCharm:多行Python注释的奇怪自动缩进

时间:2013-10-22 19:56:45

标签: comments pycharm

当我在PyCharm中的多行输入注释时,它会自动缩进它们:

# A comment
        # that goes
        # over multiple lines

我可以手动删除缩进,但有没有办法配置PyCharm不执行此操作?


编辑:这发生在需要缩进​​的早期行之后。例如:

if(a == 3):
    do_something()

# I start a (non-indented) comment for some code after the if,
    # but then it auto-indents the next line

说实话,这不是世界末日。但如果有一个设置让它更聪明,那就太棒了!

0 个答案:

没有答案