Commit Graph

1 Commits

Author SHA1 Message Date
Olivier FAURE a8cf86772c
Add rustfmt config (#305)
These standardized options can make code a little nicer. Right now they
don't change anything, though they include an implicit commitment to
adopt the # `imports_granularity = "Module"` and `group_imports =
"StdExternalCrate"` settings.

While these settings are unstable, we can apply them with rustfmt
nightly without actually committing to using nightly in CI. We should
progressively move parts of the codebase towards that format in future
PRs.

---------

Co-authored-by: Kaur Kuut <strom@nevermore.ee>
2024-05-14 09:46:59 +00:00