summaryrefslogtreecommitdiff
path: root/docs/markdown/Commands.md
diff options
context:
space:
mode:
authorBenjamin Gilbert <bgilbert@backtick.net>2025-03-26 00:35:52 -0400
committerEli Schwartz <eschwartz93@gmail.com>2025-04-02 17:16:00 -0400
commit604f8c0d3a2f376f59a719097aeb49ec208fde1c (patch)
tree04e9a93db87df98a7336603e2363907152056916 /docs/markdown/Commands.md
parent6f426e02d1776f77eb3b540dd470613e54a8c785 (diff)
downloadmeson-604f8c0d3a2f376f59a719097aeb49ec208fde1c.tar.gz
docs: fix default for mformat sort_files option
sort_files has always defaulted to true. Fixes: 2b37101998c8 ("meson format command")
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r--docs/markdown/Commands.md2
1 files changed, 1 insertions, 1 deletions
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).