ruff/crates/ruff_python_formatter/src/module
konstin 63d892f1e4
Implement basic module formatting (#4784)
* Add Format for Stmt

* Implement basic module formatting

This implements formatting each statement in a module with a hard line break in between, so that we can start formatting statements.

Basic testing is done by the snapshots
2023-06-01 15:25:50 +02:00
..
mod.rs Use new formatter infrastructure in CLI and test (#4767) 2023-06-01 11:55:04 +02:00
mod_expression.rs Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
mod_function_type.rs Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
mod_interactive.rs Use dummy verbatim formatter for all nodes (#4755) 2023-06-01 08:25:26 +00:00
mod_module.rs Implement basic module formatting (#4784) 2023-06-01 15:25:50 +02:00