blob: bc7ec3c46e3543dd7fd3db832ba82db6ccbf03ce [file] [log] [blame] [view]
## `meson format` file sorting is now disabled by default and uses natural sorting
The `sort_files` option to `meson format`, which sorts the arguments of
`files()` invocations, is now disabled by default.
If the `sort_files` option is enabled, `meson format` now sorts `files()`
arguments [naturally](Style-guide.md#sorting-source-paths) rather than
alphabetically.