CLang formatter script

This commit is contained in:
serkixenos 2021-10-23 03:41:39 +02:00
parent b0306096e9
commit 934a65969e

4
clang-format.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
find ./libraries/plugins/peerplays_sidechain -regex ".*[c|h]pp" | xargs clang-format -i