Anonymous
8/20/2025, 12:22:54 AM
No.106318137
>>106316568
1 tab = 8 spaces. Follow this simple rule, and your code will look good everywhere, except on a tiny minority of malconfigured machines
>what if I want 4 space width indents
that's very easy. Every second level of indentation has four spaces on the end to round it off. Any other questions?
1 tab = 8 spaces. Follow this simple rule, and your code will look good everywhere, except on a tiny minority of malconfigured machines
>what if I want 4 space width indents
that's very easy. Every second level of indentation has four spaces on the end to round it off. Any other questions?