chessfriend/rustfmt.toml
Eryn Wells 046aae72c8 Add a rustfmt.toml file
Reorganize and reformat imports, and make sure comments are wrapped to 80.
2025-06-07 08:48:45 -07:00

5 lines
96 B
TOML

imports_layout = "HorizontalVertical"
group_imports = "StdExternalCrate"
wrap_comments = true