this post was submitted on 27 Oct 2025
        
      
      999 points (98.9% liked)
      Opensource
    4215 readers
  
      
      75 users here now
      A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
Honestly I'm all on board with formatters that just make decisions for you. I don't give a fuck if it's my preferred style. I just want the entire codebase to be consistent.
The only change I made to black was setting the line length to 120, because its default of 88 is too short and oof that number means something else already.
My current team is using 120 too and honestly I don't like it. 88 is great when you work with split screen and I do that a lot. Short lines are easier to read than wrapped lines for my brain.
My terminal with a comfortably large font, full screen at 1080p, has 238 columns. That should be enough to split screen 2x120 column editors for all but the very longest lines, and you have even more room if you reduce the font size a point or have a 1440p monitor.