spdlog/astyle.sh
2014-12-21 02:42:37 +02:00

6 lines
133 B
Bash
Executable File

#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -t4 -A1