mirror of
https://github.com/flutter-webrtc/flutter-webrtc
synced 2025-07-07 21:55:37 +00:00
4 lines
145 B
Bash
Executable File
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
|