mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
Update .pg_format
This commit is contained in:
parent
e6dc68d6d1
commit
22abe64959
1 changed files with 2 additions and 2 deletions
|
@ -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;]+
|
||||
|
|
Loading…
Reference in a new issue