uncrustify: add constructor initialization list options

This commit is contained in:
Eugene Shalygin 2016-05-06 01:29:09 +02:00
parent da379702a2
commit 9e177a0a81

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