当我在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
说实话,这不是世界末日。但如果有一个设置让它更聪明,那就太棒了!