diff --git a/format-code.sh b/format-code.sh new file mode 100755 index 00000000..ab2f21b0 --- /dev/null +++ b/format-code.sh @@ -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