Script to format the source code in a standard format
authorH. Peter Anvin <hpa@zytor.com>
Wed, 29 Dec 2004 23:53:40 +0000 (23:53 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 29 Dec 2004 23:53:40 +0000 (23:53 +0000)
misc/Nindent [new file with mode: 0755]

diff --git a/misc/Nindent b/misc/Nindent
new file mode 100755 (executable)
index 0000000..7a388b4
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh -
+exec indent -kr -i4 -ts8 -nut -sob -ss -ncs "$@"