From 1a0bc3cf66bb4fc0b94afa08315a9566f2c1b2e4 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Fri, 18 Mar 2016 14:53:15 +0100 Subject: [PATCH] update uncrustify config --- uncrustify.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uncrustify.cfg b/uncrustify.cfg index 46f444573..002dd73d5 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -28,6 +28,7 @@ nl_fdef_brace = add nl_after_return = false nl_brace_else = add nl_class_leave_one_liners = true +nl_before_access_spec = 2 mod_full_brace_if = remove mod_full_brace_do = remove @@ -47,3 +48,7 @@ sp_pp_stringify = ignore sp_bool = add sp_after_class_colon = add sp_before_class_colon = remove +sp_cmt_cpp_start = add +sp_cmt_cpp_doxygen = true +sp_angle_shift = remove +sp_permit_cpp11_shift = true