Referring to my previous question: How can I format boolean operators with perltidy? wondering if it's possible to make a perltidy
plugin with my own finer formatting rules? Does perltidy
allow this?
Asked
Active
Viewed 54 times
0

JohnEdwards-8
- 53
- 4
-
2Go to their [github page](https://github.com/perltidy/perltidy) and create your own fork. – TLP Aug 29 '22 at 12:50
-
Perl::Tidy allows for pre-filters and post-filters: https://metacpan.org/release/SHANCOCK/Perl-Tidy-20220613/source/examples/filter_example.pl . That should get you pretty close. – mob Sep 01 '22 at 17:51