mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Format script (#1123)
* Add code formatting script * dont forma the test framework * use clang-format-13 --------- Co-authored-by: Eisenberger Tamas <e.tamas@iwstudio.hu>
This commit is contained in:
parent
db81b9b1e1
commit
47eda54d6a
2
format-code.sh
Executable file
2
format-code.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find firmware/common firmware/baseband firmware/application firmware/test/application firmware/test/baseband -iname '*.h' -o -iname '*.hpp' -o -iname '*.cpp' -o -iname '*.c' | xargs clang-format-13 -style=file -i
|
Loading…
Reference in New Issue
Block a user