You've already forked decomp-toolkit
mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2026-03-30 11:06:18 -07:00
97bea7d91d
* formats and warning fixes * use nightly in rustrover * some more checks cleanup * fix lifetime checks * apply clippy's suggestions * reformat again (thanks a lot clippy) * is clippy happy now? * ignore unmaintained hopefully * i hate rust, rust sucks
9 lines
254 B
TOML
9 lines
254 B
TOML
fn_single_line = true
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
overflow_delimited_expr = true
|
|
reorder_impl_items = true
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Max"
|
|
where_single_line = true
|
|
unstable_features = true |