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