mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
2 lines
73 B
Bash
Executable File
2 lines
73 B
Bash
Executable File
find ./src/ -name *.cpp -o -name *.h | xargs clang-format -style=file -i
|