jj: add shfmt fix tool

This commit is contained in:
Oleksandr Smirnov 2025-09-13 13:16:32 +03:00
parent 7f2e7b70e4
commit 5a62d96f90
No known key found for this signature in database

View file

@ -20,7 +20,6 @@ colocate = true
sign-on-push = true
auto-local-bookmark = true
private-commits = "private()"
# push-bookmark-prefix = "olexsmir/"
[aliases]
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]
@ -52,3 +51,7 @@ patterns = ["glob:'**/*.go'"]
[fix.tools.gleam]
command = ["gleam", "format", "--stdin"]
patterns = ["glob:'**/*.gleam'"]
[fix.tools.shfmt]
command = ["shfmt"]
patterns = ["glob:'**/*.sh'"]