Commit f67a57ef authored by Barry Warsaw's avatar Barry Warsaw

(py-no-outdent-re): Added return, break, raise, continue since we

already outdent for those statements.
parent 8b004d36
......@@ -384,7 +384,9 @@ Currently-active file is at the head of the list.")
"while\\s +.*:"
"for\\s +.*:"
"if\\s +.*:"
"elif\\s +.*:")
"elif\\s +.*:"
"\\(return\\|break\\|raise\\|continue\\)[ \t\n]"
)
"\\|")
"\\)")
"Regexp matching lines to not outdent after.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment