aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
author George L. Albany <Megacake1234@gmail.com>2024-01-01 04:32:01 +0100
committer GitHub <noreply@github.com>2024-01-01 04:32:01 +0100
commit9988b21278dc1c8df044631bd2935a7e450a7bff (patch)
treeba081f9f4d74865ab5851a2efd560745900ca81a /.clang-format
parent0a425fbe05d6138b753c0e4a7c06f06695bde8af (diff)
parente1496a87178d925277aceed0ebcbab06920e15ee (diff)
Merge pull request #105 from OpenVicProject/add/ordered-map
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
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