mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-24 05:43:21 +02:00
6 lines
241 B
Bash
Executable File
6 lines
241 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
clang-format --version
|
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|