ruff/crates/ruff_python_formatter/src
Chris Pryer 195b36c429
Format continue statement (#5165)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Format `continue` statement.

## Test Plan

`continue` is used already in some tests, but if a new test is needed I
could add it.

---------

Co-authored-by: konstin <konstin@mailbox.org>
2023-06-18 11:25:59 +00:00
..
comments Fix a number of formatter errors from the cpython repository (#5089) 2023-06-15 11:24:14 +00:00
expression Fix a number of formatter errors from the cpython repository (#5089) 2023-06-15 11:24:14 +00:00
module Run rustfmt on nightly to clean up erroneous comments (#5106) 2023-06-15 00:19:05 +00:00
other Fix a number of formatter errors from the cpython repository (#5089) 2023-06-15 11:24:14 +00:00
pattern Use dedicated structs in comparable.rs (#5042) 2023-06-13 03:57:34 +00:00
snapshots Format continue statement (#5165) 2023-06-18 11:25:59 +00:00
statement Format continue statement (#5165) 2023-06-18 11:25:59 +00:00
builders.rs Add basic Constant formatting (#4954) 2023-06-08 11:42:44 +00:00
cli.rs Add a formatter CLI for debugging (#4809) 2023-06-05 07:33:33 +00:00
context.rs Format binary expressions (#4862) 2023-06-06 08:34:53 +00:00
generated.rs Format Function definitions (#4951) 2023-06-08 16:07:33 +00:00
lib.rs Format ExprTuple (#4963) 2023-06-12 12:55:47 +00:00
main.rs Add a formatter CLI for debugging (#4809) 2023-06-05 07:33:33 +00:00
prelude.rs Suite formatting and JoinNodesBuilder (#4805) 2023-06-02 14:14:38 +00:00
trivia.rs Always use identifier ranges to store bindings (#5110) 2023-06-15 18:43:19 +00:00