summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2005-07-13 15:55:42 (GMT)
committerSam Ravnborg <sam@mars.(none)>2005-07-13 23:09:16 (GMT)
commit66da665ca36b07728acf35881f918a89a2c9fbb2 (patch)
tree412e2bb040ac00b125c3ffcc389b03206dfdf251 /scripts
parentbe3cef986f7c44593d6d112584fbdf4618b6569e (diff)
downloadlinux-fsl-qoriq-66da665ca36b07728acf35881f918a89a2c9fbb2.tar.xz
[PATCH] Lindent: ignore .indent.pro
When I recently submitted a Lindent patch, it turned out that my .indent.pro options were also applied to the tree. This patch directs indent(1) to ignore the .indent.pro directives and only use options specified on the command line. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Lindent2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Lindent b/scripts/Lindent
index 34ed785..7d8d889 100755
--- a/scripts/Lindent
+++ b/scripts/Lindent
@@ -1,2 +1,2 @@
#!/bin/sh
-indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
+indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"