spdlog/astyle.sh

6 lines
129 B
Bash
Raw Normal View History

2014-02-22 04:51:54 +08:00
#!/bin/bash
2014-03-22 20:11:17 +08:00
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
2014-12-21 08:47:04 +08:00
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -A1
2014-03-07 06:52:50 +08:00
2014-02-22 04:51:54 +08:00