Expand description
A fast, deterministic Ruby formatter built on Prism.
Structs§
- Format
Options - Formatting policy used by
crate::format_with_options.
Enums§
- Quote
Style - Preferred delimiter for plain strings and quoted symbols.
Functions§
- format
- format_
with_ options - is_
formatted - Returns whether
sourceis already formatted using the default policy, without allocating the rendered output. - is_
formatted_ with_ options - Returns whether
sourceis already formatted usingoptions, without allocating the rendered output.