Skip to content

Commit

Permalink
chore: use pg_format for sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Nov 1, 2024
1 parent ed79546 commit f66a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fmt_json:

fmt_sql:
ls views/*.sql | while read -r sqlf; do \
sql-formatter -l postgresql --fix $$sqlf; \
pg_format -s 2 -o $$sqlf $$sqlf; \
done;

tidy:
Expand Down

0 comments on commit f66a0a5

Please sign in to comment.