From: Frank Mori Hess Date: Sun, 4 Nov 2007 03:45:53 +0000 (+0000) Subject: Added wrapper around indent utility with options I'm going to apply X-Git-Tag: v0_7_76~102 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c068b552d54ed16af9624529c354219b2213a17;p=comedi.git Added wrapper around indent utility with options I'm going to apply to comedi source files. --- diff --git a/scripts/comedi_indent b/scripts/comedi_indent new file mode 100755 index 00000000..9bce5a92 --- /dev/null +++ b/scripts/comedi_indent @@ -0,0 +1,2 @@ +#!/bin/sh +indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 -nlp -ci8 "$@"