Unified formatting aross all files
I've attempted to unify the code formatting across all the various .ahk (and .lua) files. I haven't had a chance to actually test it, so it may have a bug or two.
(The Github diff freaks out over formatting changes and thinks the code's been entirely re-written, but for the most part i've just been indenting lines).
Disclaimer: I have very little experience with the AHK scripting language. I personally prefer a slightly alternate code style, but this is how most of the code was, so it should adhere to that.
4 usually works better
I prefer tabs! Spaces are stupid because you cannot move whole chunks of code at one.
@Matesaktesak I agree, but sometimes you gotta pick your battles. For a code repo I'll probably never see again, I'll lean to what people want. If it's my own though? Tabs, tabs, tabs.
(also this PR is old and out of date lol)