ruff/crates/ruff_formatter
Charlie Marsh 98ea94fdb7
Add StaticTextSlice kind to FormatElement enum (#2873)
Given our current parser abstractions, we need the ability to tell `ruff_formatter` to print a pre-defined slice from a fixed string of source code, which we've introduced here as `FormatElement::StaticTextSlice`.
2023-02-14 22:27:52 -05:00
..
src Add StaticTextSlice kind to FormatElement enum (#2873) 2023-02-14 22:27:52 -05:00
Cargo.toml Add rome_formatter fork as ruff_formatter (#2872) 2023-02-14 19:22:55 -05:00