mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
tools: Add a small reformatting tool to ease the burden
This commit is contained in:
parent
73f10be688
commit
234b5aac7f
3
tools/reformat
Executable file
3
tools/reformat
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find -name \*.cc -or -name \*.h |xargs clang-format -i
|
Loading…
Reference in New Issue
Block a user