From 18466a26606b924e7468a501bd02a618ec4f8b81 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 17 Sep 2022 11:13:07 -0700 Subject: perltidy: allow nested one-line blocks --- .perltidyrc | 1 + 1 file changed, 1 insertion(+) (limited to '.perltidyrc') diff --git a/.perltidyrc b/.perltidyrc index 6db86f3f..2d8e7824 100644 --- a/.perltidyrc +++ b/.perltidyrc @@ -19,3 +19,4 @@ -nasc # don't add optional semicolons -olbs=0 # ... and remove superfluous ones in one-line blocks +-olbn=1 # allow nested one-line blocks -- cgit v1.2.3