Skip to content

Commit

Permalink
Fix perltidy config for updated version
Browse files Browse the repository at this point in the history
-vt, --vertical-tightness, was updated with a max value of 2 rather
than 4.
  • Loading branch information
renderorange committed May 5, 2024
1 parent 4040836 commit fb668bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .perltidyrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-l=140 # Max line width is 140 cols
-i=4 # Indent level is 4 cols
-ci=4 # Continuation indent is 4 cols
-vt=4 # Maximal vertical tightness
-vt=2 # Maximal vertical tightness
-cti=0 # No extra indentation for closing brackets
-pt=1 # Medium parenthesis tightness
-sbt=1 # Medium square bracket tightness
Expand Down

0 comments on commit fb668bd

Please sign in to comment.