diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-10-12 16:21:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 16:21:38 +0200 |
commit | bb22324da1225a0ac458c1d69893bb3bd28bd6b7 (patch) | |
tree | efeebd80a707a07eda296883772140e9ce32a9ee /.clang-format | |
parent | 1d113b46161f27551bc3a6a857b8727cfb657b81 (diff) | |
parent | 5c7af98e3a8a3e7f1462e389c273566d7cdaa5d4 (diff) |
Merge pull request #43 from OpenVicProject/add/vdf-search
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 |