mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
e4ed2c93e2
This uses an unstable option in rustfmt, you `cargo +nightly fmt` needs to be used to format the code correctly.
6 lines
157 B
TOML
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
|