I have a new appreciation for the holy wars waged over code formatting and tabs-vs-spaces.
That's because I've been hacking on @masukomi's Hey (https://github.com/masukomi/hey_3), which is a (quite nifty!) time-tracking CLI app. But it uses tabs and snake_case when the normal #rakulang practice is spaces and kebab-case.
I mean, #timtowtdi and there's nothing _wrong_ with those choices. And of course I followed those conventions in my PRs – anything is better than chaos.
But, man, my eyes, my eyes!