You're already exporting locals_without_parens in your formatter.exs config, but there isn't a published release from which elixir applications can import the config so we still have to manually write them.
Once a new release is published with the config, we'll only need to add this to our formatter.exs:
You're already exporting
locals_without_parens
in yourformatter.exs
config, but there isn't a published release from which elixir applications can import the config so we still have to manually write them.Once a new release is published with the config, we'll only need to add this to our formatter.exs:
Awesome package btw!