fparkan/vendor/qoi/rustfmt.toml
Valentin Popov 1b6a04ca55
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
2024-01-08 01:21:28 +04:00

8 lines
188 B
TOML

use_small_heuristics = "Max"
use_field_init_shorthand = true
use_try_shorthand = true
empty_item_single_line = true
edition = "2018"
unstable_features = true
fn_args_layout = "Compressed"