Files
rocm-systems/format
T

7 baris
158 B
Bash
Mentah Pandangan Normal Riwayat

2024-08-26 15:16:59 +00:00
#!/bin/bash
root=`git rev-parse --show-toplevel`
pushd . > /dev/null
cd $root
git diff -U0 HEAD^ | ./clang-format-diff.py -p1 -i -style=file
popd > /dev/null