summaryrefslogtreecommitdiff
path: root/xmake/plugins/format/xmake.lua
diff options
context:
space:
mode:
authorA2va <[email protected]>2024-02-22 22:02:18 +0100
committerA2va <[email protected]>2024-02-22 22:02:18 +0100
commitf137fce1fd26460ee993218bd676e9095f239ebe (patch)
tree0439736fbc4ff3bc743d3492d05b531ee4a41d1a /xmake/plugins/format/xmake.lua
parent3bf168a2d202e69989302ad1699c6e0d60af5f3f (diff)
format
Diffstat (limited to 'xmake/plugins/format/xmake.lua')
-rw-r--r--xmake/plugins/format/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/format/xmake.lua b/xmake/plugins/format/xmake.lua
index 2acdf7176..62cb99950 100644
--- a/xmake/plugins/format/xmake.lua
+++ b/xmake/plugins/format/xmake.lua
@@ -28,7 +28,7 @@ task("format")
{'s', "style", "kv", nil, "Set the path of .clang-format file, a coding style",
values = {"LLVM", "Google", "Chromium", "Mozilla", "WebKit"}},
{nil, "create", "k", nil, "Create a .clang-format file from a coding style"},
- {'a', "all", "k", nil , "Format all targets."},
+ {'a', "all", "k", nil, "Format all targets."},
{'g', "group", "kv", nil, "Format all targets of the given group. It support path pattern matching.",
"e.g.",
" xmake format -g test",