1 2 3 4 5 6
#!/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"')