lemmy/.pg_format

6 lines
208 B
Text
Raw Normal View History

2023-12-25 04:19:37 +00:00
# Keep normal formatting between `BEGIN` and `COMMIT` statements
nogrouping=1
2023-12-25 16:07:05 +00:00
# Don't add whitespace around % (used for `format`) in dollar-quoted function body
2023-12-25 16:43:32 +00:00
placeholder=[a-zA-Z0-9_\\.]*%[a-zA-Z0-9_\\.]*