mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +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 {} \;
|
|
|