From 998545512a08b56140fad2b828a1c723ae4a8ca3 Mon Sep 17 00:00:00 2001 From: dzmat Date: Wed, 26 Sep 2018 00:59:19 +0700 Subject: [PATCH] Update uncrustify.cfg Suddenly uncrustify does not append spaces after comma in function's argument lists. I found only one option which looks fit for it. --- uncrustify.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uncrustify.cfg b/uncrustify.cfg index f53bd5fbf..152d52586 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -83,6 +83,8 @@ sp_after_ptr_star_func = remove sp_after_byref_func = remove sp_before_ptr_star_func = force sp_before_byref_func = force +sp_after_comma = force +sp_compare = force eat_blanks_before_close_brace = true @@ -90,4 +92,3 @@ pos_arith = lead pos_conditional = lead pos_constr_comma = lead_break pos_constr_colon = lead_break -