make values capable of being a list & add boost

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2023-11-28 11:05:53 +01:00 committed by Folling
parent 08ad2c5c66
commit 733b52575b
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
16 changed files with 315 additions and 140 deletions

View file

@ -87,24 +87,26 @@ IncludeCategories:
Priority: 2
- Regex: '^<[a-z0-9_]+>$'
Priority: 3
- Regex: '^<expected/.*>$'
- Regex: '^<boost/.*>$'
Priority: 4
- Regex: '^<fmt/.*>$'
- Regex: '^<expected/.*>$'
Priority: 5
- Regex: '^<nlohmann/.*>$'
- Regex: '^<fmt/.*>$'
Priority: 6
- Regex: '^<range-v3/.*>$'
- Regex: '^<nlohmann/.*>$'
Priority: 7
- Regex: '^<catch2/.*>$'
- Regex: '^<range-v3/.*>$'
Priority: 8
- Regex: '^<unicode/.*>$'
- Regex: '^<catch2/.*>$'
Priority: 9
- Regex: '^<cppbase/.*>$'
- Regex: '^<unicode/.*>$'
Priority: 10
- Regex: '^<sqlitecpp/.*>$'
- Regex: '^<cppbase/.*>$'
Priority: 11
- Regex: '^<ikarus/.*>$'
- Regex: '^<sqlitecpp/.*>$'
Priority: 12
- Regex: '^<ikarus/.*>$'
Priority: 13
IndentAccessModifiers: false
IndentCaseBlocks: false