From 59a080a6a412a70f6560ddc147fcc8cbb3e7524a Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 5 Jul 2025 15:26:34 +0300 Subject: [PATCH] mise: :sort! --- config/mise/config.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 6590eca..10884ee 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,12 +1,13 @@ [tools] -bun = "latest" -go = "latest" -golangci-lint = "latest" -golangci-lint-langserver = "latest" -node = "lts" -shellcheck = "latest" -shfmt = "latest" usage = "latest" +shfmt = "latest" +shellcheck = "latest" +node = "lts" +golangci-lint-langserver = "latest" +golangci-lint = "latest" +go = "latest" +gleam = "latest" +bun = "latest" [settings] experimental = true