make tidy-alphabetical use a natural sort
This commit is contained in:
parent
a17780db7b
commit
1dfc8406dc
19 changed files with 261 additions and 59 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue