From 1175f07e0ead7a1f8a5d9cb76d895e1ea9b01ad0 Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Wed, 11 Jan 2023 17:32:03 +0100 Subject: fix policy indent --- xmake/core/project/policy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index ac93415f9..4c0d1a793 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -36,7 +36,7 @@ function policy.policies() policies = { -- enable clang std modulemap - ["c++.clang.module.stdmodules"] = {description = "Enable clang std modulemap.", default = false, type = "boolean"}, + ["c++.clang.module.stdmodules"] = {description = "Enable clang std modulemap.", default = false, type = "boolean"}, -- we will check and ignore all unsupported flags by default, but we can also pass `{force = true}` to force to set flags, e.g. add_ldflags("-static", {force = true}) ["check.auto_ignore_flags"] = {description = "Enable check and ignore unsupported flags automatically.", default = true, type = "boolean"}, -- we will map gcc flags to the current compiler and linker by default. -- cgit v1.3.1