▲ | tinco a day ago | |||||||||||||
No one who uses tabs would ever assume a certain tab width for visual alignment. What do you base that slanderous statement on? I've also never heard anyone argue that someone else should configure some different tab width, is there a specific language ecosystem you were in that had these insane takes? | ||||||||||||||
▲ | ben-schaaf 20 hours ago | parent [-] | |||||||||||||
To quote the linux kernel style guide: > Tabs are 8 characters, and thus indentations are also 8 characters. Yes, tabs are used for alignment as well. To quote the OpenBSD style guide: > Indentation is an 8 character tab. The GTK source code uses tabs when the number of spaces for indentation >=8. This goes against their coding-style document, but if you don't have tabs set to 8 you'll find the indentation broken. git is the same: although it prescribes tabs if you don't set the width to 8 you'll find broken alignment everywhere. | ||||||||||||||
|