spdlog/format.sh
2018-03-09 14:27:15 +02:00

6 lines
131 B
Bash
Executable File

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