RedViking
Nord of the South
Consistency
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Done
In Python - spaces.
C# - whatever the IDE is setup to use.
This. So many colleagues of mine have thought they were part of the Tabs group, because they pressed the Tab button - without realising most IDE's convert it to 4 spaces...Spaces, but this is done automatically by my IDE that converts tabs to spaces. People don't actually mash the spacebar do they :wtf:
I'm not even a developer but I know to use tabs. wtf.
The reason not to use tabs is right hereMy tab = 4 spaces
Spaces for alignment (non-leading margin gaps),
Tabs for indenting (margin adjacent gaps).
Don't get it wrong!!!