1 2 3 4 5 6 7 8
# Rustfmt configuration for Quiver # https://rust-lang.github.io/rustfmt/ edition = "2021" max_width = 100 tab_spaces = 4 newline_style = "Unix" use_small_heuristics = "Default"