mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
tu: Update .clang-format include categories
Add missing folder patterns, and make the `^<vulkan/` pattern apply to system includes too, so that all system includes are in one group. Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40853>
This commit is contained in:
parent
3c9ce4fdbc
commit
ef0de29292
1 changed files with 3 additions and 3 deletions
|
|
@ -11,11 +11,11 @@ IncludeBlocks: Regroup
|
|||
IncludeCategories:
|
||||
- Regex: '^"tu_common.h"$'
|
||||
Priority: 0
|
||||
- Regex: '^"(drm/|ir3/|tu_)'
|
||||
- Regex: '^"(bvh/|common/|drm/|fdl/|ir3/|tu_)'
|
||||
Priority: 4
|
||||
- Regex: '^"(c11/|compiler/|main/|nir/|spirv/|util/|vk_|wsi_)'
|
||||
- Regex: '^"(c11/|compiler/|main/|nir/|spirv/|radix_sort/|util/|vk_|vulkan/|wsi_)'
|
||||
Priority: 3
|
||||
- Regex: '^<(vulkan/)'
|
||||
- Regex: '^<'
|
||||
Priority: 2
|
||||
- Regex: '.*'
|
||||
Priority: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue