Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x

This commit is contained in:
gabime 2019-06-04 15:39:02 +03:00
commit efc358da9f
2 changed files with 0 additions and 2 deletions

View File

@ -1,2 +1 @@
#!/bin/bash
clang-tidy example/example.cpp -- -I ./include

View File

@ -1,4 +1,3 @@
#!/bin/bash
echo -n "Running dos2unix "
find . -name "*\.h" -o -name "*\.cpp"|grep -v bundled|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'"
echo