Marc Reisner
Marc Reisner
If it's broken, I would defer to perltidy to fix the issue. The -t option has no option for tab size which would mean we would need to ignore that...
I don't know, I don't use tabs so I guess I didn't even really think it through. I suppose I'm fine switching back to `-t` but the perltidy documentation says...
I've never had this problem. Can you share a minimal reproducible example of code that triggers this?
Ah, that's the problem. If you end your package with anything other than one, you will get that warning. You can disable that warning or just use 1. This isn't...
While that would be possible, I don't want to have to parse the file to determine what package(s) are in it. `-c` allows me to pass a file, where as...
Please submit a PR to fix this. If you can figure out a way to reliably use -M instead of -c, I'd be happy to merge it in.
I was on vacation until now, only got to this issue being reopened today. Looks like you reopened it on 11 Oct.
> PR has been opened. Could you take a look and let me know if this direction is sane? I also have some questions there. I think your PR is...
This was fixed in #119
There is an indexing operation that needs to complete before many things will work in PLS. Not sure why that would affect user snippets.