notedeck
One damus client to rule them all
git clone
git://jb55.com/notedeck
Log
|
Files
|
Refs
|
README
|
LICENSE
pre_commit_hook.sh (46B)
1
#!/usr/bin/env bash
2
3
cargo fmt --all --check
4