ruff/crates/ruff_python_formatter/src
konstin d4027d8b65
Use new formatter infrastructure in CLI and test (#4767)
* Use dummy verbatim formatter for all nodes

* Use new formatter infrastructure in CLI and test

* Expose the new formatter in the CLI

* Merge import blocks
2023-06-01 11:55:04 +02:00
..
comments Place comments of left and right binary expression operands (#4751) 2023-06-01 07:01:32 +00:00
expression Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
module Use new formatter infrastructure in CLI and test (#4767) 2023-06-01 11:55:04 +02:00
other Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
pattern Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
snapshots formatter: Remove CST and old formatting (#4730) 2023-05-31 08:27:23 +02:00
statement Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
cli.rs Add initial formatter implementation (#2883) 2023-02-15 04:06:35 +00:00
context.rs Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
generated.rs Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
lib.rs Use new formatter infrastructure in CLI and test (#4767) 2023-06-01 11:55:04 +02:00
main.rs Use new formatter infrastructure in CLI and test (#4767) 2023-06-01 11:55:04 +02:00
prelude.rs Generate FormatRule definitions (#4724) 2023-06-01 08:38:53 +02:00
trivia.rs Place comments of left and right binary expression operands (#4751) 2023-06-01 07:01:32 +00:00