1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 01:59:53 +08:00
spdlog/astyle.sh

6 lines
125 B
Bash
Raw Normal View History

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