I really don't know if it's worth to do this one. No doc so far. Also, as it is, -no-eol-at-eof turns around the default for files but not for symlinks. I really don't know... Signed-off-by: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> --- ws.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ws.c b/ws.c index d7b8c33..73502c8 100644 --- a/ws.c +++ b/ws.c @@ -20,6 +20,7 @@ static struct whitespace_rule { { "blank-at-eol", WS_BLANK_AT_EOL, 0 }, { "blank-at-eof", WS_BLANK_AT_EOF, 0 }, { "tab-in-indent", WS_TAB_IN_INDENT, 0, 1 }, + { "no-eol-at-eof", WS_NO_EOL_AT_EOF, 0 }, }; unsigned parse_whitespace_rule(const char *string) -- 1.7.1.351.ge2633e -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html