1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lvgl/scripts/code-format.py

7 lines
180 B
Python
Raw Normal View History

#!/usr/bin/env python3
import os
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
2022-02-03 02:59:55 -06:00
os.system('astyle --options=code-format-tests.cfg "../tests/src/test_cases/*.c"')