summaryrefslogtreecommitdiff
path: root/t/data/perltidyrc
diff options
context:
space:
mode:
Diffstat (limited to 't/data/perltidyrc')
-rw-r--r--t/data/perltidyrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/data/perltidyrc b/t/data/perltidyrc
index c2d0e40..f5a08b5 100644
--- a/t/data/perltidyrc
+++ b/t/data/perltidyrc
@@ -6,6 +6,7 @@
# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>.
#
# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2021 Russ Allbery <eagle@eyrie.org>
# Copyright 2012-2013
# The Board of Trustees of the Leland Stanford Junior University
#
@@ -17,9 +18,11 @@
# SPDX-License-Identifier: FSFAP
-bbao # put line breaks before any operator
+-boc # do not re-break lists, since perltidy is awful at this
-nbbc # don't force blank lines before comments (bad for else blocks)
-ce # cuddle braces around else
-l=79 # usually use 78, but don't want 79-long lines reformatted
-pt=2 # don't add extra whitespace around parentheses
-sbt=2 # ...or square brackets
-sfs # no space before semicolon in for (not that I use this form)
+-xci # improve indentation of nested structures