mise: sort list of things

This commit is contained in:
Oleksandr Smirnov 2025-05-23 01:12:42 +03:00
parent 9222de4833
commit cbfb52faf8
No known key found for this signature in database

View file

@ -1,13 +1,14 @@
[tools] [tools]
usage = "latest"
go = "latest" go = "latest"
golangci-lint = "latest" golangci-lint = "latest"
golangci-lint-langserver = "latest"
node = "lts" node = "lts"
shellcheck = "latest" shellcheck = "latest"
shfmt = "latest" shfmt = "latest"
usage = "latest"
[settings] [settings]
experimental = true experimental = true
go_set_goroot = false
go_set_gopath = false
go_set_gobin = false go_set_gobin = false
go_set_gopath = false
go_set_goroot = false