Files

4 lines
208 B
Bash
Raw Permalink Normal View History

#!/bin/bash
astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.h"
astyle --style=kr --indent=force-tab=4 -n --lineend=linux --exclude=src/third_party -r "src/*.cpp"