5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
cargo +nightly fmt --all
|
|
|
|
# stage any formatting changes
|
|
git add -u
|