Fix include categories in clang format

This commit is contained in:
Stefan Müller 2025-06-27 21:09:02 +02:00
parent 4788a1b5ab
commit f687f416ac

View File

@ -16,7 +16,7 @@ EmptyLineBeforeAccessModifier: Never
FixNamespaceComments: false FixNamespaceComments: false
IncludeBlocks: Regroup IncludeBlocks: Regroup
IncludeCategories: IncludeCategories:
- Regex: "<[a-z]*>" - Regex: "<[a-z_]*>"
Priority: 1 Priority: 1
- Regex: "<catch2\/.*>" - Regex: "<catch2\/.*>"
Priority: 2 Priority: 2