mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-06 22:24:06 -05:00
11 lines
217 B
TOML
11 lines
217 B
TOML
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
|
|
|
|
# Stable Configs
|
|
chain_width = 0
|
|
max_width = 120
|
|
merge_derives = true
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
|
|
# Unstable Configs
|