Closed onsdagens closed 1 year ago
This checks if code is formatted with cargo fmt to avoid touching random files in case someone forgets. Related issue #46
cargo fmt
Also added format on save to vscode settings, seems pretty neat.
This checks if code is formatted with
cargo fmt
to avoid touching random files in case someone forgets. Related issue #46