1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00
wezterm/.rustfmt.toml
Wez Furlong e4ed2c93e2 encoding my preferred import grouping in the rustfmt config
This uses an unstable option in rustfmt, you `cargo +nightly fmt`
needs to be used to format the code correctly.
2022-01-17 13:50:51 -07:00

6 lines
157 B
TOML

# Please keep these in alphabetical order.
# https://github.com/rust-lang/rustfmt/issues/3149
edition = "2018"
imports_granularity = "Module"
tab_spaces = 4