|
|
|
|
|
by bmitc
1592 days ago
|
|
It’s an unfortunate compromise with code formatters. As someone who takes code formatting really serious and puts a lot of manual thought into code formatting, code formatters almost always make my code worse, in my opinion, or at best unchanged outside of small errors like double spaces, etc. But it creates a standard that it loves everyone’s code towards, which is good., and also obviously alleviates the chore of manually formatting. I just wish sometimes they were more configurable. For example, the Elixir formatter is quite opinionated on things but is generally not configurable. |
|