mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
uncrustify: add constructor initialization list options
This commit is contained in:
parent
3060c979f4
commit
c1291539bf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue