code format using astyle

script context : #! /bin/bash for f in $(find . -name '*.c' -or -name '*.cpp' -or -name '*.h' -type f) do astyle --style=kr --indent=tab -p -P -k1 $f done # after formate the code,we need to rm '*.ori
相關文章
相關標籤/搜索