diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index a85ae5e..d1aab5d 100644 --- a/.clang-format +++ b/.clang-format @@ -56,7 +56,9 @@ IncludeCategories: Priority: 2 - Regex: ^<openvic-dataloader/ Priority: 3 - - Regex: ^"openvic-simulation/ + - Regex: ^<lexy-vdf/ Priority: 4 - - Regex: .* + - Regex: ^"openvic-simulation/ Priority: 5 + - Regex: .* + Priority: 6 |