mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-09 17:33:51 +00:00
7e8ad83537
* move to clang-format-18 * clang-format-18 indendation
3 lines
223 B
Bash
Executable File
3 lines
223 B
Bash
Executable File
#!/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-18 -style=file -i
|