QSimpleUpdater/etc/scripts/format-code.sh
2016-06-26 18:32:40 -06:00

3 lines
239 B
Bash

# Style and format recursively
astyle --pad-oper --pad-first-paren-out --align-pointer=type --remove-brackets --convert-tabs --max-code-length=80 --style=google --lineend=windows --suffix=none --recursive ../../*.h ../../*.cpp ../../*.c