mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 08:46:00 +03:00
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.
This commit is contained in:
parent
6c0af1b078
commit
998545512a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue