spdlog/astyle.sh

6 lines
129 B
Bash
Raw Normal View History

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