mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
6 lines
177 B
Bash
6 lines
177 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
clang-format --version
|
||
|
find net utils -name *.h -o -name *.cc -exec dos2unix {} \;
|
||
|
find net utils -name *.h -o -name *.cc|xargs clang-format -i -style=file
|