From e89986123c1bc55ceccb28c417c33ecdca602512 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Thu, 25 Aug 2022 20:03:09 +0200 Subject: .clang-format: put e2ee/ headers in their own section [skip ci] --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 70864160..d4a3d2cc 100644 --- a/.clang-format +++ b/.clang-format @@ -93,6 +93,8 @@ IncludeCategories: Priority: 32 - Regex: '"csapi/' Priority: 2 + - Regex: '"e2ee/' + Priority: 3 - Regex: '"(events|jobs)/' Priority: 4 - Regex: '.*' -- cgit v1.2.3