Commit 1f79c01d authored by gabime's avatar gabime

Use clang-format-5.0 instead of astyle

parent 2e098421
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs clang-format-5.0 -i
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment