Skip to content

Commit

Permalink
Drop -dwic from perltidyrc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rra committed Mar 25, 2024
1 parent 1328ee7 commit 10eefc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/data/perltidyrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 10eefc3

Please sign in to comment.