1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 10:09:54 +08:00
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