C Style: My favorite C programming practices (2014) 2 years ago
"We can't get tabs right, so use spaces everywhere"
I'm more like: Always use tabs, never use space. Code doesn't need to be "aligned" it's not some ASCIIart masterpiece...
One tab means one indentation level and if your taste is to have tabs of pi chars wide, nice! But it won't mess my code