mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
6 lines
98 B
Python
6 lines
98 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
import os
|
||
|
|
||
|
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
|