From bcfd3e7542b3a004caba16b723c6663c7fd4b015 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 13 Jun 2019 07:50:44 -0300 Subject: [PATCH] uncrustify: indent classes With previous settings member functions / variables are moved to column 0. --- devel/uncrustify.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0