spdlog/astyle.sh

5 lines
69 B
Bash
Raw Normal View History

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