mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +08:00
4 lines
143 B
Bash
Executable File
4 lines
143 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 {} \;
|
|
|