fix linter rules name

This commit is contained in:
timansky
2025-01-28 02:30:17 +05:00
parent f248f00e14
commit 6ca954e50f
+9 -5
View File
@@ -1,20 +1,24 @@
# .perltidyrc - Configuration for perltidy # .perltidyrc - Configuration for perltidy
# Indentation ## Indentation
--indent-columns=2 --indent-columns=2
--continuation-indentation=2 --continuation-indentation=2
--extended-continuation-indentation --extended-continuation-indentation
# Line length and wrapping ## Line length and wrapping
--maximum-line-length=160 --maximum-line-length=160
# Brackets spaces ## Brackets spaces
--paren-tightness=0 --paren-tightness=0
--brace-tightness=0 --brace-tightness=0
--block-brace-tightness=0 --block-brace-tightness=0
# Comments ## Comments
## Blocks
# Blocks
--cuddled-else --cuddled-else
--cuddled-blocks --cuddled-blocks