Hi all, I had noticed we had agreed to use erlfmt but only ran it on main and not 3.x. That makes it harder to port changes or diff-ing modules sometimes. Would there be any objections to a pull request reformatting 3.x?
The only issue is that we may have to avoid running erlfmt if we detect Erlang 20, but that's just a few if / else checks. The CI checks on 21+ would still check and fail if erlfmt check fails. Thanks, -Nick