Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk-rtos/format.sh

4 lines
109 B
Bash
Raw Normal View History

2023-11-09 20:19:51 +08:00
find awtk-port -name \*.c -exec clang-format -i {} \;
find awtk-port -name \*.h -exec clang-format -i {} \;