Skip to content

Commit

Permalink
[PATCH] Lindent: ignore .indent.pro
Browse files Browse the repository at this point in the history
 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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jeffmahoney authored and Linus Torvalds committed Jul 13, 2005
1 parent 6cd59f7 commit c0ac515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Lindent
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"

0 comments on commit c0ac515

Please sign in to comment.