QSimpleUpdater/etc/scripts/format-code.sh
2016-06-18 16:20:59 -06:00

3 lines
269 B
Bash
Executable File

# Style and format recursively
astyle --style=google --indent=spaces --align-pointer=type --remove-brackets --convert-tabs --close-templates --max-code-length=80 --max-instatement-indent=50 --lineend=windows --suffix=none --recursive ../../*.h ../../*.cpp ../../*.c