From 10eefc3f561e5bd80a5958a95d65c516361cca9d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 24 Mar 2024 20:31:56 -0700 Subject: [PATCH] Drop -dwic from perltidyrc This flag fights writh perlcritic, which complains about a missing comma after a multiline {} block as the argument to a method. It also gets in the way of nicer formatting for function calls with argument lists that go longer than a line. --- tests/data/perltidyrc | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/data/perltidyrc b/tests/data/perltidyrc index 69fa76f..f49d405 100644 --- a/tests/data/perltidyrc +++ b/tests/data/perltidyrc @@ -35,5 +35,4 @@ -wtc=m # add trailing commas to all multi-line lists -atc # add trailing commas where needed -dtc # delete trailing commas where needed --dwic # remove commas interfering with welds -viu # align trailing unless with if (not that I use unless)