Create format.sh

Format batch file added
This commit is contained in:
moss9001 2021-10-22 13:52:53 +03:00
parent 1120e55f99
commit f9cfd54295

View file

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