diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 5a9553b..6546979 100644 --- a/.clang-format +++ b/.clang-format @@ -82,7 +82,13 @@ IncludeCategories: Priority: 4 - Regex: ^<tsl/ Priority: 5 - - Regex: ^"openvic-simulation/ + - Regex: ^<dryad/ Priority: 6 - - Regex: .* + - Regex: ^<fmt/ Priority: 7 + - Regex: ^<range + Priority: 8 + - Regex: ^"openvic-simulation/ + Priority: 9 + - Regex: .* + Priority: 10 |