diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-08-25 20:03:09 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-08-25 20:28:12 +0200 |
commit | e89986123c1bc55ceccb28c417c33ecdca602512 (patch) | |
tree | 1def213648b34c46de794995d675c7720b3fd647 | |
parent | 6308bff3336ca7680eee54d9bd125f780fa9f033 (diff) | |
download | libquotient-e89986123c1bc55ceccb28c417c33ecdca602512.tar.gz libquotient-e89986123c1bc55ceccb28c417c33ecdca602512.zip |
.clang-format: put e2ee/ headers in their own section
[skip ci]
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
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: '.*' |