1317
Brace Style (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] zalgotext@sh.itjust.works 10 points 2 years ago

It does, but most style guides and autoformatters will use 4

[-] HK65@sopuli.xyz 11 points 2 years ago

Python is one of the few languages with an official style guide, I think that guide says 4 spaces.

[-] northendtrooper@lemmy.ca 5 points 2 years ago
[-] nexussapphire@lemm.ee 11 points 2 years ago

I've set tabs to four spaces in vim because who the fuck defaults tab to eight spaces. That shit looks alien and pushes text off the screen fast.

[-] ulterno@lemmy.kde.social 4 points 2 years ago

I set my clang-format to tabs only (actual tabs ASCII 0x9, no alignment and there is a continuation tab instead), then anyone can set their editor to whatever tab length they feel like and look at their code however they want.

But no spaces on the left of my code. This is for C, C++ and JSON.

[-] sukhmel@programming.dev 5 points 2 years ago

4 tabs is a bit overboard, don't you think?

this post was submitted on 28 Jul 2024
1317 points (99.0% liked)

Programmer Humor

31779 readers
382 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS