diff --git a/.formatter.exs b/.formatter.exs index a44b864..fc28515 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,7 +1,7 @@ # This file is synced with stordco/common-config-elixir. Any changes will be overwritten. [ - import_deps: [:stream_data], + import_deps: [:ecto, :phoenix, :stream_data], inputs: ["*.{ex,exs}", "{config,lib,priv,test}/**/*.{ex,exs}"], line_length: 120, plugins: []