ref: 0.12.0
src/libs/lvgl/scripts/clang-formatter.sh
1 2 3 4 5 6 7 8 9 10 11 12 13 |
clang-format-7 -style=file ../src/lv_core/*.c -i clang-format-7 -style=file ../src/lv_draw/*.c -i clang-format-7 -style=file ../src/lv_hal/*.c -i clang-format-7 -style=file ../src/lv_misc/*.c -i clang-format-7 -style=file ../src/lv_objx/*.c -i clang-format-7 -style=file ../src/lv_themes/*.c -i clang-format-7 -style=file ../src/lv_core/*.h -i clang-format-7 -style=file ../src/lv_draw/*.h -i clang-format-7 -style=file ../src/lv_hal/*.h -i clang-format-7 -style=file ../src/lv_misc/*.h -i clang-format-7 -style=file ../src/lv_objx/*.h -i clang-format-7 -style=file ../src/lv_themes/*.h -i |