mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-25 22:01:19 +00:00
6 lines
208 B
Text
6 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_\\.]*
|