1305
Brace Style
(sh.itjust.works)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Python is one of the few languages with an official style guide, I think that guide says 4 spaces.
Tabs!
I've set tabs to four spaces in vim because who the fuck defaults tab to eight spaces. That shit looks alien and pushes text off the screen fast.
Linux uses 8 spaces. Excerpt from the official style guide:
The reasoning seems sound, but I still prefer 4 personally.
I don't develop kernel modules, I use python. That's pretty interesting though.