dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Jeff Mahoney 2005-07-13 11:55:42 -04:00 committed by Sam Ravnborg
parent be3cef986f
commit 66da665ca3
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"