diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format index b32e8c9..714f716 100644 --- a/.clang-format +++ b/.clang-format @@ -40,12 +40,9 @@ DerivePointerAlignment: 'false' FixNamespaceComments: 'true' IncludeBlocks: Regroup IncludeCategories: - # Kernel Headers - - Regex: 'kern/[[:alnum:]._\/]+\.hpp' + # Kernel API Headers + - Regex: 'kapi/[[:alnum:]._\/]+\.hpp' Priority: 100 - # Architecture Interface Headers - - Regex: 'arch/[[:alnum:]._\/]+\.hpp' - Priority: 110 # Architecture Implementation Headers - Regex: 'x86_64/[[:alnum:]._\/]+\.hpp' Priority: 110 |
