spdlog/format.sh
2018-03-16 17:04:35 +02:00

6 lines
127 B
Bash
Executable File

#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs clang-format -i