Create format.sh
Format batch file added
This commit is contained in:
parent
1120e55f99
commit
f9cfd54295
1 changed files with 2 additions and 0 deletions
2
libraries/plugins/peerplays_sidechain/format.sh
Executable file
2
libraries/plugins/peerplays_sidechain/format.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
find . -regex ".*[c|h]pp" | xargs clang-format -i
|
||||
Loading…
Reference in a new issue