aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-10-04 10:55:42 +0200
committer Spartan322 <Megacake1234@gmail.com>2023-10-12 16:18:37 +0200
commit5c7af98e3a8a3e7f1462e389c273566d7cdaa5d4 (patch)
treeefeebd80a707a07eda296883772140e9ce32a9ee /.clang-format
parent1d113b46161f27551bc3a6a857b8727cfb657b81 (diff)
Add static `Dataloader::search_for_game_path(fs::path)`
Searches for Victoria 2 according to the supplied path If supplied path is empty, presumes Steam install according to platform environment variables If invalid supplied path, falls back to empty path behavior Supports Steam install on Windows, Mac, Linux, and FreeBSD Supports Windows registry Update .clang-format categories to include lexy-vdf Add Utility/ConstexprIntToStr.hpp
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 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