chore(format) add formatting for examples & demos, merge test config
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
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"')
|
||||
os.system('astyle --options=code-format.cfg "../demos/*.c,*.h"')
|
||||
os.system('astyle --options=code-format.cfg "../examples/*.c,*.h"')
|
||||
os.system('astyle --options=code-format.cfg "../tests/src/test_cases/*.c"')
|
||||
|
||||
Reference in New Issue
Block a user