this post was submitted on 28 Nov 2024
452 points (88.2% liked)

Programmer Humor

32692 readers
304 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 9 points 2 weeks ago (1 children)

Any IDE worth a damn will manage that for you.

Yeah in like 10% of cases. I'm copying something from a pdf my prof gave. The only ones able fix spacing now are me and God

[โ€“] Incblob 3 points 2 weeks ago

You, god, pretty much any Formatter and ide. Black Formatter: "All leading tabs are converted to spaces, but tabs inside text are preserved." Vscode has a command to convert between the two, and non-leading tabs are a simple replace/regex away from being converted. If you mean unorthodox spacing, if you have code with like 7 leading spaces, then that's a matter for a priest.