提交 66da665c 编写于 作者: J Jeff Mahoney 提交者: Sam Ravnborg

[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: NJeff Mahoney <jeffm@suse.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 be3cef98
#!/bin/sh
indent -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册