mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
5 lines
215 B
Bash
Executable File
5 lines
215 B
Bash
Executable File
find src tools lua demos tests -name \*.c -exec clang-format -i {} \;
|
|
find src tools lua demos tests -name \*.cc -exec clang-format -i {} \;
|
|
find src tools lua demos tests -name \*.cpp -exec clang-format -i {} \;
|
|
|