CLang formatter script
This commit is contained in:
parent
b0306096e9
commit
934a65969e
1 changed files with 4 additions and 0 deletions
4
clang-format.sh
Executable file
4
clang-format.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
find ./libraries/plugins/peerplays_sidechain -regex ".*[c|h]pp" | xargs clang-format -i
|
||||
|
||||
Loading…
Reference in a new issue