spdlog/astyle.sh

5 lines
69 B
Bash
Raw Normal View History

2014-02-21 15:51:54 -05:00
#!/bin/bash
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -A1
2014-03-06 17:52:50 -05:00
2014-02-21 15:51:54 -05:00