blob: eff22117ee53ddef2026b67fbd231bd43be90eae [file] [log] [blame]
John Ye27d127b2015-01-22 13:41:48 +08001#!/bin/bash
Wind Yuan75564b12015-01-15 06:51:15 -05002
John Ye27d127b2015-01-22 13:41:48 +08003git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none