You're viewing a single thread.
Some people take tabs vs spaces too seriously.
328 1 ReplyIf your front door gets kicked in, this is why.
54 0 ReplyThat's right kids. To avoid this situation be sure to use tabs for indentation.
24 0 ReplyThe only indentation method that the viewer has control on how big they want it.
2 0 Reply
please just use spaces, it makes everything easier
15 31 ReplyHow?
20 2 Replysame width for all setups
8 6 ReplySo I have to use the same width as you? What if I want 3 spaces for a tab?
16 0 ReplyThat makes it worse imo
10 4 ReplyI use tabs for indentation then spaces after that if I need to offset a line by a specific amount of chars, such as a multi-line output or something.
Edit: to be specific: https://pastebin.com/un6iUmEp . Notice how line 3 has one tab, then several spaces before the first non-whitespace character.
5 1 ReplyI like to use asterisk spacing.
void main() { /****/for (int i=0; i <10; ++I) { /********/printf("hello world\n"); /********/printf("%d\n", i); /****/} }
9 0 ReplyRespect. Only through destruction can we be purified.
3 0 ReplyThat's spaces but worse? Why do you do thism
1 1 Reply