Enforce formatting in CI #148
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
status: blocked
Can't be worked on right now
#147 formats the code using
cargo fmt
, but doesn't update the CI build to enforce that. I think this should be done, as otherwise the formatting is going to drift again, over time.When doing that, it might be worth deciding whether to include any formatting configuration that deviates from the default. Personally, I'm always changing the maximum line width to 80 characters (
max_width = 80
), as any other value is objectively too long or too short (no doubt about it 😁).Blocked on #128.
The text was updated successfully, but these errors were encountered: