mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-31 10:21:59 +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"')
|