mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
* 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