ssh-portfolio/rustfmt.toml
Erica Marigold 256aa5b8bd
style: introduce new clippy config and apply
Also moves to nightly toolchain, mainly for specific clippy features.
2025-08-14 10:24:50 +01:00

12 lines
212 B
TOML

edition = "2021"
use_small_heuristics = "Max"
max_width = 80
newline_style = "Unix"
indent_style = "Block"
hard_tabs = false
format_strings = true
brace_style = "PreferSameLine"
imports_granularity = "Module"