spdlog/astyle.sh

6 lines
129 B
Bash
Raw Normal View History

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