From be7a775fe098e51f09a5c2b046b9afc77d019aaf Mon Sep 17 00:00:00 2001 From: stord-engineering-account <77021775+stord-engineering-account@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:41:37 -0600 Subject: [PATCH] chore: sync files with stordco/common-config-elixir (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .formatter.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []