sorted by: new top controversial old
[-] noisytoot@lemmy.ml 1 points 1 year ago

Seven semicolons are the correct way to do indentation (it even alliterates):

int main
(void) {
;;;;;;;printf("like this\n"); }
[-] noisytoot@lemmy.ml 1 points 1 year ago

Tabs work fine as long as you don't align stuff. If you do, you have to assume a tab size and mix tabs and spaces.

noisytoot

joined 4 years ago