AdRoll / rebar3_format

Erlang Formatter for Rebar3
https://tech.nextroll.com/blog/dev/2020/02/25/erlang-rebar3-format.html
MIT License
109 stars 21 forks source link

Dont parse atom 'maybe' to maybe. #363

Open bormilan opened 1 month ago

bormilan commented 1 month ago

From Erlang/OTP 27, maybe is a default keyword, and optionally in 26 too. By default, the formatter changes the atom 'maybe' to maybe because previously it was a good thing before it became a keyword.