From: Steve Hancock Date: Fri, 2 Feb 2024 01:19:35 +0000 (-0800) Subject: fix spelling X-Git-Tag: 20240202.01~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b04e833bd8fb0acda256323ef895320cfed692fa;p=perltidy.git fix spelling --- diff --git a/perltidyrc b/perltidyrc index 36421a91..cdb33095 100644 --- a/perltidyrc +++ b/perltidyrc @@ -15,10 +15,10 @@ # warn if any of the 'unusual' variables are seen --warn-variable-types='*' -# user define subs must have args in parens +# user-defined subs must have args in parens --want-call-parens='&' -# add comment with sub name to closing sub brace +# add closing side comments for named subs --closing-side-comments --closing-side-comment-list='sub'