nix: specify dialect for sql-formatter

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9063b87884055a4dc430c62929d70b676a6a6964
This commit is contained in:
raf 2026-02-18 18:25:24 +03:00
commit 757feae90d
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -152,7 +152,7 @@
fd "$@" -t f -e css -x prettier --write '{}'
# Format SQL with sql-format
fd "$@" -t f -e css -x sql-formatter '{}'
fd "$@" -t f -e sql -x sql-formatter --fix '{}' -l postgresql
# Format Markdown with Deno
fd "$@" -t f -e md -x deno fmt -q '{}'