Files
ruff/crates/ruff_cli/src
Micha Reiser 47a253fb62 Add PreviewMode option to formatter
## Summary

This PR adds the `--preview` and `--no-preview` options to the `format` command (hidden) and passes it through to the formatte. 

## Test Plan

I added the `dbg(f.options().preview())` statement in `FormatNodeRule::fmt` and verified that the option gets correctly passed to the formatter.
2023-09-08 12:04:28 +02:00
..
2023-09-08 12:04:28 +02:00
2023-05-11 18:00:00 -04:00