Files
awk/rustfmt.toml
Guillem L. Jara 8b29b26050 chore: add rustfmt.toml
Pretty sure nobody was working on anything atm, sorry otherwise...
2026-05-24 02:46:09 +02:00

6 lines
126 B
TOML

imports_granularity = "Crate"
group_imports = "StdExternalCrate"
max_width = 100
struct_lit_width = 50
newline_style = "Unix"