Page 2 of 2

Re: Updating card rules text in Mananlink source files possi

PostPosted: 11 Nov 2020, 23:23
by Korath
Grep's the wrong tool to verify this sort of thing - c is nontrivial to parse.

If you're just trying to reformat what's there, not update the rules text, the standard tool is indent. Manalink proper is such an inconsistent jumble that it'd probable benefit from being run through it.

Re: Updating card rules text in Mananlink source files possi

PostPosted: 14 Nov 2020, 10:14
by FastEddie
Sorry for butting in, I think what Aswan Jaguar was referring to was this comment from you:
Korath wrote:(As long as you're fiddling with card text comments, please, please move them out of the first column when they're inside functions. It confuses the bejeezus out of git grep -p and the equivalent functionality in git diff.)
Which is what he did, most of the comments I saw are now indented by one tab.