]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Use one or three lines for 'if' forms
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 8 Aug 2020 11:49:44 +0000 (13:49 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 9 Aug 2020 23:53:30 +0000 (20:53 -0300)
Putting the COND and THEN parts on the same line but ELSE on a
separate line makes it harder to determine if there actually is
an ELSE part.


No differences found