1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-10-03 09:27:32 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
dzmat
998545512a 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.
2018-09-30 15:46:33 +07:00
Eugene Shalygin
776627eee9 Update uncrustify config 2017-10-09 16:42:34 +02:00
Eugene Shalygin
f9aeb5783d uncrustify: replace "add" with "force" for sp_ parameters
This will make uncrustify able to remove excessive spaces
2016-05-31 18:51:59 +02:00
Eugene Shalygin
7f40e42ddc update uncrustify config 2016-05-23 02:40:08 +02:00
Eugene Shalygin
9e177a0a81 uncrustify: add constructor initialization list options 2016-05-06 01:29:09 +02:00
Eugene Shalygin
da379702a2 uncrustify: honour pointer and reference symbols alignment rules
Stick the '*' and '&' symbols to the variable name if there is one.
Also fix empty function bodies collapse option: replace it with the
eat_blanks_before_close_brace setting.
2016-04-26 15:21:09 +02:00
Eugene Shalygin
e809b042aa Add "slots" to WORDS keyword.
Uncrustify inserts line break between an access specifier and "slots".
However, it keeps these words combinations if "Q_SLOTS" is used.
Its built-in parser classifies "Q_SLOTS" as WORD token, thus let's add
"slots" to that class.
2016-04-23 01:57:28 +02:00
Eugene Shalygin
57605cb840 update uncrustify config 2016-03-31 15:56:19 +02:00
Eugene Shalygin
1a0bc3cf66 update uncrustify config 2016-03-18 17:51:19 +01:00
sledgehammer999
5e6c38a524 Add info and files for coding style. Issue #2192. 2016-01-10 14:50:05 +02:00