clang-formatter.sh 591 B

12345678910111213
  1. clang-format-7 -style=file ../src/lv_core/*.c -i
  2. clang-format-7 -style=file ../src/lv_draw/*.c -i
  3. clang-format-7 -style=file ../src/lv_hal/*.c -i
  4. clang-format-7 -style=file ../src/lv_misc/*.c -i
  5. clang-format-7 -style=file ../src/lv_objx/*.c -i
  6. clang-format-7 -style=file ../src/lv_themes/*.c -i
  7. clang-format-7 -style=file ../src/lv_core/*.h -i
  8. clang-format-7 -style=file ../src/lv_draw/*.h -i
  9. clang-format-7 -style=file ../src/lv_hal/*.h -i
  10. clang-format-7 -style=file ../src/lv_misc/*.h -i
  11. clang-format-7 -style=file ../src/lv_objx/*.h -i
  12. clang-format-7 -style=file ../src/lv_themes/*.h -i