spdlog/astyle.sh

5 lines
69 B
Bash
Raw Normal View History

2014-02-22 04:51:54 +08:00
#!/bin/bash
2014-03-07 06:52:50 +08:00
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -A8
2014-02-22 04:51:54 +08:00