ZeroTierOne/rustfmt.toml
Erik Hollensbe 61c00edd5c
remove nightly requirements from rustfmt.toml
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2022-04-18 14:21:10 -07:00

6 lines
122 B
TOML

max_width = 300
use_small_heuristics = "Max"
tab_spaces = 4
newline_style = "Unix"
edition = "2021"
struct_lit_width = 60