From: David Bremner Date: Thu, 13 Jun 2019 10:50:44 +0000 (-0300) Subject: uncrustify: indent classes X-Git-Tag: archive/debian/0.30_rc0-1~168 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=bcfd3e7542b3a004caba16b723c6663c7fd4b015 uncrustify: indent classes With previous settings member functions / variables are moved to column 0. --- diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg index 6a8769c6..c36c33d6 100644 --- a/devel/uncrustify.cfg +++ b/devel/uncrustify.cfg @@ -117,3 +117,5 @@ align_right_cmt_span = 8 # align comments span this much in func cmt_star_cont = true # indent_brace = 0 + +indent_class = true