huangcm
2025-07-01 676035278781360996553c427a12bf358249ebf7
1
2
3
#!/bin/bash
 
git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none