diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 17:20:14 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 17:21:42 +0100 |
| commit | f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538 (patch) | |
| tree | bd5bd98fd3cd1f41293688cf94ec57346f028a51 /.clang-format | |
| parent | b9d445bf92725d79269becf978059e040519c00a (diff) | |
| download | teachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.tar.xz teachos-f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538.zip | |
kstd: extract bitwise enum operations
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
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))>' |
