for f in $(find . -name '.c' -or -name '.cpp' -or -name '*.h' -type f);
do astyle --convert-tabs --fill-empty-lines --indent-switches --style=allman --indent=spaces=4 --indent-switches --suffix=none $f ;
done;
Reference:
- Artistic Style 2.05
- astyle 格式化代碼
0 意見:
張貼留言