http://qs321.pair.com?node_id=888812

molecules has asked for the wisdom of the Perl Monks concerning the following question:

How can I configure Perl::Tidy to work well with Perl6?

Two things that I already see that I need to enforce are

(1) Leaving whitespace around the pointy arrow  -> for pointy blocks

(2) Not automatically moving braces.

I tried adding -fws to my .pertidyrc to "freeze whitespace", but it did not seem to work.