diff options
author | zaaarf <me@zaaarf.foo> | 2024-05-15 10:57:21 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-07-07 01:11:10 +0200 |
commit | 71b846dc5dd1ac49626c8b479571050224a4cca1 (patch) | |
tree | d38d333b55e6ec42c28adf4554153aad378159fc /.clang-format | |
parent | 8c8b9349e26b4f606e18810a201ff378eaac19b2 (diff) |
Update OpenVicProject/OpenVic-Dataloader@4a49007dryad
Update .clang-format categories
Move type_name and SelfType functioanlity to utility/Getters
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 |