summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-30 13:06:02 +0100
committerArthur LAURENT <[email protected]>2024-01-30 13:06:02 +0100
commite8c63dc09326636789916b91630cedf063dc5a54 (patch)
treeaf57d73e08c9a5a895d73c5dbe42c9c869b71e3f
parent952b8132bc699310d9f2750536079e81603ffe56 (diff)
fix space indent of build.c++.modules.std policy
-rw-r--r--xmake/core/project/policy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua
index 916ce9677..ebdc3d4dd 100644
--- a/xmake/core/project/policy.lua
+++ b/xmake/core/project/policy.lua
@@ -65,7 +65,7 @@ function policy.policies()
-- Enable C++ modules for C++ building, even if no .mpp is involved in the compilation
["build.c++.modules"] = {description = "Enable C++ modules for C++ building.", type = "boolean"},
-- Enable std module
- ["build.c++.modules.std"] = {description = "Enable std modules.", default = true, type = "boolean"},
+ ["build.c++.modules.std"] = {description = "Enable std modules.", default = true, type = "boolean"},
-- Force C++ modules fallback dependency scanner for clang
["build.c++.clang.fallbackscanner"] = {description = "Force clang fallback module dependency scanner.", default = false, type = "boolean"},
-- Force C++ modules fallback dependency scanner for msvc