ruff/crates/ruff_python_formatter/src
konsti 4ae463d04b
Add a test for stmt assign breaking in preview mode (#7516)
In preview mode, black will consistently break the right side first.
This doesn't work yet, but we'll need the test later.
2023-09-19 16:16:40 +02:00
..
comments Fix dangling module comments (#7456) 2023-09-17 14:56:41 +00:00
expression Add optimized best_fit_parenthesize IR (#7475) 2023-09-19 06:29:05 +00:00
module Fix handling of newlines in empty files (#7473) 2023-09-18 06:08:10 +00:00
other Avoiding grouping comprehension targets separately from conditions (#7429) 2023-09-16 17:19:34 +00:00
pattern Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00
snapshots
statement Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00
type_param Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
builders.rs Introduce Token element (#7048) 2023-09-02 10:05:47 +02:00
cli.rs Show header for formatter comment decoration info (#7228) 2023-09-08 09:25:06 +00:00
context.rs Implement DerefMut for WithNodeLevel (#6443) 2023-08-11 10:41:48 +00:00
generated.rs Introduce AST nodes for PatternMatchClass arguments (#6881) 2023-08-26 14:45:44 +00:00
lib.rs fix: Use BestFit layout for subscript (#7409) 2023-09-16 16:21:45 +02:00
main.rs
options.rs Add a test for stmt assign breaking in preview mode (#7516) 2023-09-19 16:16:40 +02:00
prelude.rs
verbatim.rs Memoize text width (#6552) 2023-09-06 07:10:13 +00:00