no clue :) just to push it
[demo] / astyle.sh
1 #!/bin/bash
2 astyle -A4 --indent=tab=4 -U -k3 -y src/*.h
3 astyle -A4 --indent=tab=4 -U -k3 -y src/*.cc
4 astyle -A4 --indent=tab=4 -U -k3 -y src/opengl/*.cc
5 astyle -A4 --indent=tab=4 -U -k3 -y src/vulkan/*.cc