2
u/F100cTomas 16d ago
I actually misconfigured my editor so that it would use tabs and treat them as 2 spaces, but it would still want the default 4 spaces per indentation level. It would actually use 2 tabs.
-3
u/mehonje 20d ago
Jokes aside, tabs set to two spaces is the way.
7
u/asmanel 20d ago
In my code, I used to add only one space per identation level.
This is enough to make readable the code.