mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
81f7d50c45
* feat(freetype):support bold and italic * fix(format): replace code-format.sh with code-format.py Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
6 lines
98 B
Python
Executable File
6 lines
98 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
|