From 604f8c0d3a2f376f59a719097aeb49ec208fde1c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 26 Mar 2025 00:35:52 -0400 Subject: docs: fix default for mformat sort_files option sort_files has always defaulted to true. Fixes: 2b37101998c8 ("meson format command") --- docs/markdown/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index a99deb494..247f2d74e 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -473,7 +473,7 @@ The following options are recognized: - tab_width (int): Width of tab stops, used to compute line length when `indent_by` uses tab characters (default is 4). - sort_files (bool): When true, arguments of `files()` function are - sorted alphabetically (default is false). + sorted alphabetically (default is true). - group_arg_value (bool): When true, string argument with `--` prefix followed by string argument without `--` prefix are grouped on the same line, in multiline arguments (default is false). -- cgit v1.2.3