From 6ca954e50f02f6b4a4ab54cfcaeaa45b2cfd9526 Mon Sep 17 00:00:00 2001 From: timansky Date: Tue, 28 Jan 2025 02:30:17 +0500 Subject: [PATCH] fix linter rules name --- .pertidyrc => .perltidyrc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename .pertidyrc => .perltidyrc (74%) 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