Post 9tdPjQY5ORRbkH3pDM by geosum@chaos.social
 (DIR) More posts by geosum@chaos.social
 (DIR) Post #9taJBJ3zXET9U7S2QS by sir@cmpwn.com
       2020-04-01T01:41:55Z
       
       0 likes, 0 repeats
       
       Added a few clarifications to cstyle after receiving some questions about areas it didn't cover:https://git.sr.ht/~sircmpwn/cstyle
       
 (DIR) Post #9taScpr6cblkatcqxc by jrswab@mastodon.xyz
       2020-04-01T03:27:25Z
       
       0 likes, 0 repeats
       
       @sir `indent_style = tab`I like how you role 👌
       
 (DIR) Post #9tb75OK83mBnlnN9Au by af@social.librem.one
       2020-04-01T11:01:45Z
       
       0 likes, 0 repeats
       
       @jrswab @sir nah this sucks. Also 8.
       
 (DIR) Post #9tbA8PHrEab5UNRJ8i by stick@infosec.exchange
       2020-04-01T11:34:36Z
       
       0 likes, 0 repeats
       
       @sir Is there a tool you use to automatically format your C in this style? I have gotten really spoiled with Black, goimports, prettier, scalafmt, etc running on save in Vim/Code but I don't have a good experience in C yet.
       
 (DIR) Post #9tbFX2wHxZRVBkv344 by sir@cmpwn.com
       2020-04-01T12:35:03Z
       
       0 likes, 0 repeats
       
       @stick no
       
 (DIR) Post #9tbo6msIYqEeETGbei by stick@infosec.exchange
       2020-04-01T19:02:51Z
       
       0 likes, 0 repeats
       
       @sir but why? Have you tried them and found them wanting? Do you recommend not using them? Do they not exist? Am I missing something?
       
 (DIR) Post #9tdPjQY5ORRbkH3pDM by geosum@chaos.social
       2020-04-02T13:40:00Z
       
       0 likes, 0 repeats
       
       @af Could you clarify why tabs suck? They are superior in almost every way to spaces for indenting. The only thing you may want to use spaces for is alignment.
       
 (DIR) Post #9tdPrqshNE5zjMieoa by af@social.librem.one
       2020-04-02T13:41:39Z
       
       0 likes, 0 repeats
       
       @geosum i like spaces more that's my clarification :))
       
 (DIR) Post #9tdPxppgBZ7eDR9z7I by geosum@chaos.social
       2020-04-02T13:42:42Z
       
       0 likes, 0 repeats
       
       @af Well you must have a reason to use them. Just one reason for tabs is that you can set them at the width **you** want, not at the width the author of the code wants.