From 3a4773c3c2bd0bbef244eb519b07208da9108e49 Mon Sep 17 00:00:00 2001 From: dcc Date: Sat, 2 Sep 2023 00:52:52 -0700 Subject: First --- .formatter.exs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .formatter.exs (limited to '.formatter.exs') diff --git a/.formatter.exs b/.formatter.exs new file mode 100644 index 0000000..abd91db --- /dev/null +++ b/.formatter.exs @@ -0,0 +1,3 @@ +[ + inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/repo/optional_migrations/**/*.exs", "priv/scrubbers/*.ex"] +] -- cgit v1.2.3