gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
563 stars 131 forks source link

Publish a new release with formatter config included #70

Closed sheharyarn closed 5 years ago

sheharyarn commented 5 years ago

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:

import_deps: [:ecto, :ecto_enum],

Awesome package btw!

gjaldon commented 5 years ago

Hi @sheharyarn. Just updated the package: https://hex.pm/packages/ecto_enum/1.2.0 https://github.com/gjaldon/ecto_enum/releases

Thanks for reporting the issue