Files
lvgl_mydemo/LVGL.Simulator/lvgl/scripts/code-format.py
ShallowGreen123 77ddc13604 init lvgl code
2022-08-07 15:24:16 +08:00

9 lines
355 B
Python

#!/usr/bin/env python3
import os
os.system('astyle --options=code-format.cfg --recursive "../src/*.c,*.h"')
os.system('astyle --options=code-format.cfg --recursive "../demos/*.c,*.h"')
os.system('astyle --options=code-format.cfg --recursive "../examples/*.c,*.h"')
os.system('astyle --options=code-format.cfg --recursive "../tests/src/test_cases/*.c"')