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