Skip to content

Commit

Permalink
reformat sql queries
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Aug 15, 2024
1 parent c681543 commit 2b49432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ format () {
fi
}

format '*.hs' ormolu
format '*.sql' sqlformat -reindent -s -keywords upper -identifiers lower
format '*.py' python -m isort
format '*.py' python -m black -- -S -q
format '*.hs' ormolu
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

pip install --upgrade black isort


0 comments on commit 2b49432

Please sign in to comment.