mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
(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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue