diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 86fc638..93baaea 100644 --- a/.clang-format +++ b/.clang-format @@ -55,7 +55,11 @@ IncludeCategories: Priority: 3 - Regex: ^<lexy/ Priority: 4 - - Regex: ^"openvic-dataloader/ + - Regex: ^<dryad/ Priority: 5 - - Regex: .* + - Regex: ^<fmt/ Priority: 6 + - Regex: ^"openvic-dataloader/ + Priority: 7 + - Regex: .* + Priority: 8 |