uncrustify: add constructor initialization list options

This commit is contained in:
Eugene Shalygin 2016-05-06 01:29:09 +02:00 committed by sledgehammer999
commit c1291539bf

View file

@ -73,3 +73,6 @@ sp_before_ptr_star_func = remove
sp_before_byref_func = remove sp_before_byref_func = remove
eat_blanks_before_close_brace = true eat_blanks_before_close_brace = true
pos_constr_comma = lead_break
pos_constr_colon = lead_break