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 0712ea6..4d59fdb 100644 --- a/.clang-format +++ b/.clang-format @@ -80,7 +80,9 @@ IncludeCategories: Priority: 3 - Regex: ^<lexy-vdf/ Priority: 4 - - Regex: ^"openvic-simulation/ + - Regex: ^<tsl/ Priority: 5 - - Regex: .* + - Regex: ^"openvic-simulation/ Priority: 6 + - Regex: .* + Priority: 7 |