From 9e177a0a8171313566fc255320d92329beae7a56 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Fri, 6 May 2016 01:29:09 +0200 Subject: [PATCH] uncrustify: add constructor initialization list options --- uncrustify.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uncrustify.cfg b/uncrustify.cfg index 50e303b24..bcb25ff73 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -73,3 +73,6 @@ sp_before_ptr_star_func = remove sp_before_byref_func = remove eat_blanks_before_close_brace = true + +pos_constr_comma = lead_break +pos_constr_colon = lead_break