Files
flutter-webrtc/format.sh
xiaowei guan 8026ccfbaf Code format (#1198)
* Code format and add format.sh

* Update format command

Only format files end with mm
2022-12-08 14:30:00 +08:00

4 lines
145 B
Bash
Executable File

#!/bin/sh
find . -type f -name "*.cc" -o -type f -name "*.h" -o -type f -name "*.m" -o -type f -name "*.mm" | xargs clang-format -style=file -i