make tidy-alphabetical use a natural sort

This commit is contained in:
Folkert de Vries 2025-05-20 20:23:47 +02:00
parent a17780db7b
commit 1dfc8406dc
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
19 changed files with 261 additions and 59 deletions

View file

@ -1036,18 +1036,18 @@ impl Step for PlainSourceTarball {
let src_files = [
// tidy-alphabetical-start
".gitmodules",
"bootstrap.example.toml",
"Cargo.lock",
"Cargo.toml",
"configure",
"CONTRIBUTING.md",
"COPYRIGHT",
"Cargo.lock",
"Cargo.toml",
"LICENSE-APACHE",
"license-metadata.json",
"LICENSE-MIT",
"README.md",
"RELEASES.md",
"REUSE.toml",
"bootstrap.example.toml",
"configure",
"license-metadata.json",
"x",
"x.ps1",
"x.py",