Ricky Morse

Results 5 comments of Ricky Morse

Hi! I don't have a config file -- I'm using this as a text filter in BBEdit, so I have to pass everything from the command line. I did try...

If you have this in a repository at `/path/to/repo`, you should be able to run it with something like: ~~~ /usr/bin/php \ /path/to/repo/fmt.phar \ --enable_auto_align \ --smart_linebreak_after_curly \ --passes=ReindentSwitchBlocks,SplitCurlyCloseAndTokens \...

It probably doesn't do everything that php-cs-fixer does, but includes a program that does a lot of reformatting, which can be used as a filter, in case that helps.

Actually, thinking about it a bit more, I think that really the whole section at needs to be rewritten. Pod variables are not implemented in Rakudo, and if you try...

I don't know, but my intuition is that unlike the other addressable pod blocks, =finish is supposed to be equivalent to p5's '__DATA__' (or '__END__') blocks, so it doesn't really...