Files
pezkuwi-runtime-templates/toml-sort.toml
T
Amar Singh 7d53d4f679 Toml-sort (#69)
* run toml sort and add script for it

* add ci

* try patch

* try fix

* add file permissions

* check if installation state persists or starts from scratch every time

* Revert "check if installation state persists or starts from scratch every time"

This reverts commit 45e7aae8d2f18cbe1a78482d234b98fcfbe8b6ae.

* Apply suggestions from code review

* clean

* fix

* try revert

* fix
2023-12-20 19:05:36 -05:00

30 lines
398 B
TOML

keys = [
"workspace",
"name",
"package",
"bin",
"lib",
"test",
"dependencies",
"dev-dependencies",
"build-dependencies",
"features",
"default",
"std",
]
inline_keys = [
"package",
"workspace",
"path",
"git",
"branch",
"rev",
"version",
"default-features",
"optional",
"features",
]
sort_string_arrays = true