1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-29 20:13:52 +00: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