Skip to content

Commit 4e4764a

Browse files
configure version sqlcl-22.4.1 of formatter
1 parent d93df58 commit 4e4764a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

formatter/install-pre-commit-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ GIT_HOOK_DIR="$FORMATTER_DIR/../.git/hooks"
55
mkdir -p $GIT_HOOK_DIR
66
cp $FORMATTER_DIR/pre-commit $GIT_HOOK_DIR/pre-commit
77
chmod +x $GIT_HOOK_DIR/pre-commit
8-
curl -o $GIT_HOOK_DIR/tvdformat.jar -L https://github.com/Trivadis/plsql-formatter-settings/releases/download/sqldev-22.2.0/tvdformat.jar
8+
curl -o $GIT_HOOK_DIR/tvdformat.jar -L https://github.com/Trivadis/plsql-formatter-settings/releases/download/sqlcl-22.2.1/tvdformat.jar
99
echo "pre-commit hook installed in $GIT_HOOK_DIR/pre-commit."

formatter/trivadis_custom_format.arbori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include "std.arbori"
1818

1919
/**
20-
* Lightweight Formatter for SQL Developer and SQLcl, version 22.2.1-SNAPSHOT
20+
* Lightweight Formatter for SQL Developer and SQLcl, version 22.2.1
2121
* The idea is to keep the code formatted "as is" and apply chosen formatting rules only.
2222
*
2323
* The Arbori program is processed from top to bottom.

0 commit comments

Comments
 (0)