(py-no-outdent-re): Added return, break, raise, continue since we
already outdent for those statements.
This commit is contained in:
parent
8b004d36ed
commit
f67a57efc4
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue