python pycharm 对齐
2019-03-07 本文已影响0人
HD1992
pycharm 报错:IndentationError: unindent does not match any outer indentation level
眼看对齐,实际是tab与空格混用,会报错
File -> Settings -> Editor -> Appearance -> 勾选“Show line numbers”、“Show whitespaces”、“Show method separators 勾选完之后就可以显示制表符:横向箭头, 空格:点,效果见图1
通过设置smart tabs会比较方便,设置过程间图2
图1.png图2.png