]> git.donarmstrong.com Git - perltidy.git/commitdiff
added a .perltidyrc file
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 7 Jan 2024 00:15:40 +0000 (16:15 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 7 Jan 2024 00:15:40 +0000 (16:15 -0800)
.perltidyrc [new file with mode: 0644]

diff --git a/.perltidyrc b/.perltidyrc
new file mode 100644 (file)
index 0000000..602ec0a
--- /dev/null
@@ -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'