mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Merge pull request #5223 from evsh/uncrustify
uncrustify: add constructor initialization list options
This commit is contained in:
commit
140016c068
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