1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-17 03:29:53 +08:00

Use clang-format-5.0 instead of astyle

This commit is contained in:
gabime 2018-03-09 14:27:15 +02:00
parent 2e098421f1
commit 1f79c01dc4

5
format.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs clang-format-5.0 -i