Files
rocm-systems/projects/rocr-runtime/format
T

7 строки
158 B
Bash
Исходник Обычный вид История

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