tdlight/format.sh

3 lines
78 B
Bash
Raw Normal View History

#!/bin/sh
./src.sh | grep -v CxCli.h | xargs -n 1 clang-format -style=file -i