From: daniel watson Date: Fri, 13 Jun 2014 18:45:20 +0000 (-0700) Subject: add rule to beautify code easily X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=c1ed0e61e948471452f73610f58c59730c8fe6ee add rule to beautify code easily --- diff --git a/Makefile b/Makefile index 7f7a7c5..0b4aed5 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +astyle: + astyle --mode=c --style=lisp --indent=spaces=2 --recursive '*.ino' + initial-ubuntu-install: sudo apt-get install -y qrencode fritzing openscad