Update .pg_format

This commit is contained in:
dullbananas 2023-12-25 09:07:05 -07:00 committed by GitHub
parent e6dc68d6d1
commit 22abe64959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Keep normal formatting between `BEGIN` and `COMMIT` statements
nogrouping=1
# Don't add spaces after % in dollar-quoted function body when using `format`
placeholder=.%.
# Don't add whitespace around % (used for `format`) in dollar-quoted function body
placeholder=[^\s;]+%[^\s;]+