mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
* refactor: add libtransmission-app * refactor: add libtransmission-app/display-modes.h * refactor: use app::SortMode, app:ShowMode in Qt client * feat: add to_variant(), to_value() in serializer * refactor: use app::SortMode in GTK client * refactor: use app::ShowMode in GTK client * refactor: make naming consistent with libtransmission-app
31 lines
749 B
YAML
31 lines
749 B
YAML
---
|
|
BasedOnStyle: InheritParentConfig
|
|
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '^<libtransmission-app/'
|
|
Priority: 3
|
|
- Regex: '^<libtransmission/transmission.h>'
|
|
Priority: 4
|
|
SortPriority: 3
|
|
- Regex: '^<libtransmission/'
|
|
Priority: 4
|
|
SortPriority: 4
|
|
- Regex: '^<(cairo|gdk|gio|glib|gtk|pango)mm([-./]|config)'
|
|
Priority: 5
|
|
- Regex: '^<(fmt|small)/'
|
|
Priority: 6
|
|
- Regex: '^<(cairo|gdk|gio|glib|gtk|pango)[-./]'
|
|
Priority: 8
|
|
- Regex: '^<(libappindicator|libayatana-appindicator)/'
|
|
Priority: 9
|
|
- Regex: '^<(winsock2|ws2tcpip)\.h>'
|
|
Priority: 10
|
|
- Regex: '^<(arpa|sys)/'
|
|
Priority: 11
|
|
- Regex: '^<[a-z_]+>'
|
|
Priority: 7
|
|
- Regex: '.*'
|
|
Priority: 2
|
|
SortIncludes: CaseInsensitive
|