mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find -name \*.cc -or -name \*.h |xargs clang-format -i
|