audio_trans/trantor/format.sh

7 lines
164 B
Bash
Raw Normal View History

2025-04-07 11:31:21 +08:00
#!/bin/sh
clang-format --version
find trantor -name *.h -o -name *.cc -exec dos2unix {} \;
find trantor -name *.h -o -name *.cc|xargs clang-format -i -style=file