From: Steve Hancock Date: Sun, 7 Jan 2024 00:15:40 +0000 (-0800) Subject: added a .perltidyrc file X-Git-Tag: 20230912.12~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2bceb74d6bc8ac11d7bf4e5d5de8cb92a8b2de3f;p=perltidy.git added a .perltidyrc file --- diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 00000000..602ec0a3 --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,10 @@ +# perltidyrc file for perltidy + +# warnings +--warning-output +--warn-missing-else +--warn-variable-types='*' + +# add sub names to closing brace +--closing-side-comments +--closing-side-comment-list='sub'