From c1ed0e61e948471452f73610f58c59730c8fe6ee Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 Jun 2014 11:45:20 -0700 Subject: [PATCH] add rule to beautify code easily --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2