Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
I've been coding a long time. I have a style that I use and prefer, and I've written and contributed to standards on at least half a dozen code bases; not to mention for customers. But I'm professional and experienced enough to fit in with whatever standard my team, clients, or coworkers are using. It's rarely worth arguing about, but I've seen teams spend weeks on that kind of foolishness.
For C like languages:
When working with existing code I try and use the style that is already being used. When writing from scratch I use something very close to K&R.