diff --git a/.perltidyrc b/.perltidyrc new file mode 100644 index 0000000..534d52e --- /dev/null +++ b/.perltidyrc @@ -0,0 +1,16 @@ + +-i=2 # 2 space indentation (considering changing this to 4) +-ci=2 # continuation indention + +-pt=2 # tight parens +-sbt=2 # tight square parens +-bt=2 # tight curly braces +-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) + + +