mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 13:51:19 +00:00
5 lines
208 B
Text
5 lines
208 B
Text
# Keep normal formatting between `BEGIN` and `COMMIT` statements
|
|
nogrouping=1
|
|
|
|
# Don't add whitespace around % (used for `format`) in dollar-quoted function body
|
|
placeholder=[a-zA-Z0-9_\\.]*%[a-zA-Z0-9_\\.]*
|