From f8860c385ee35e50c716e2119131103fdb6fd70e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Aug 2021 16:05:30 -0700 Subject: Style change: added cino=:0 (i.e. case statements on same indentation as switch). Also fixed issue where $$ would fail to match with trailing newline on file --- pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index 47d0c63..39aba63 100644 --- a/pattern.h +++ b/pattern.h @@ -21,4 +21,4 @@ __attribute__((nonnull)) pat_t *bp_pattern(file_t *f, const char *str); #endif -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3