Skip to main content

RUSTFMT

Constant RUSTFMT 

Source
pub const RUSTFMT: &str = "edition                    = \"2024\"\nmax_width                  = 100\nnewline_style              = \"Unix\"\nmatch_block_trailing_comma = true\nuse_field_init_shorthand   = true\nuse_try_shorthand          = true\n";
Expand description

rustfmt.toml.