qpsmtpd/.perltidyrc
Matt Simerson da5f60b962
ci: working with Github Actions (#324)
- chore: update package metadata
- tests: delete dspam, disable DMARC, earlytalker, geoip, SPF
2025-01-15 16:06:58 -08:00

14 lines
295 B
Plaintext

-i=4 # 4 space indentation
-ci=2 # continuation indention
-bbt=0 # open code block curly braces
-lp # line up with parentheses
-cti=1 # align closing parens with opening parens ("closing token placement")
# -nolq # don't outdent long quotes (not sure if we should enable this)