mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
7 lines
180 B
Python
Executable File
7 lines
180 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
|
|
os.system('astyle --options=code-format-tests.cfg "../tests/src/test_cases/*.c"')
|