mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-24 05:43:21 +02:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
clang-format --version
|
|
|
|
find trantor -name *.h -o -name *.cc -exec dos2unix {} \;
|
|
find trantor -name *.h -o -name *.cc|xargs clang-format -i -style=file
|