My 2-cents:
1.) I like snake case for query names
2.) I prefer colon next to quote, no space,
3.) I like caps on the SQL language constructs
4.) I would rather have line breaks and shorter, easier to read queries, however I think that breaks things on Windows, just the line breaks that is.
That all being said, we need a good way to enforce all of this to ensure folks have guidance they need without direct input from a human on PR. Further, I’ve had encounters with PRs which are packs where it’s treated more as a thrown grenade. As it’s a pack I’m not sure how much back and forth some folks who are new expect, and will occasionally just throw it up without responding to feedback, which leaves stale PRs :(