aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-10 17:20:14 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-10 17:21:42 +0100
commitf0c5ac3c8222d4d89b8e2d2a726427a7ec64e538 (patch)
treebd5bd98fd3cd1f41293688cf94ec57346f028a51 /.clang-format
parentb9d445bf92725d79269becf978059e040519c00a (diff)
downloadteachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.tar.xz
teachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.zip
kstd: extract bitwise enum operations
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index a47e396..e54cb03 100644
--- a/.clang-format
+++ b/.clang-format
@@ -61,6 +61,8 @@ IncludeCategories:
Priority: 110
- Regex: '"[[:alnum:]._\/]+\.hpp"'
Priority: 300
+ - Regex: '<kstd/[[:alnum:]._\/]+>'
+ Priority: 400
- Regex: '<[[:alnum:]._\/]+\.hpp>'
Priority: 600
- Regex: '<[[:alnum:]._]+(?!\.(h|hpp))>'