Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a789171 commit 6e527d2Copy full SHA for 6e527d2
1 file changed
Misc/python-mode.el
@@ -742,6 +742,7 @@ argument delets that many characters."
742
(if (or (/= (current-indentation) (current-column))
743
(bolp)
744
(py-continuation-line-p)
745
+ (not py-honor-comment-indentation)
746
(looking-at "#[^ \t\n]")) ; non-indenting #
747
(backward-delete-char-untabify count)
748
;; else indent the same as the colon line that opened the block
0 commit comments