787
Java...
(lemmy.world)
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.
autopep8 --in-place --max-line-length 79 shittyformatting.py
I'll die on the hill that 120 is a much more sane line length than 80. It's the one of two pep guidelines I always ignore. It isn't the 70s anymore
You don't have to die on any hill, you can just set it to whatever you want.
100 gang (but not for python, just let black defaults do its thing)
black shittyformatting.py