diff --git a/.pertidyrc b/.perltidyrc similarity index 74% rename from .pertidyrc rename to .perltidyrc index cdfb8c2..917eddc 100644 --- a/.pertidyrc +++ b/.perltidyrc @@ -1,20 +1,24 @@ # .perltidyrc - Configuration for perltidy -# Indentation +## Indentation + --indent-columns=2 --continuation-indentation=2 --extended-continuation-indentation -# Line length and wrapping +## Line length and wrapping + --maximum-line-length=160 -# Brackets spaces +## Brackets spaces + --paren-tightness=0 --brace-tightness=0 --block-brace-tightness=0 -# Comments +## Comments + +## Blocks -# Blocks --cuddled-else --cuddled-blocks