From 5dadc47eb07be076a8b270458badb9d8cd7dfead Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 28 Jan 2020 16:06:48 -0500 Subject: start elixir conversion --- apps/util/.formatter.exs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apps/util/.formatter.exs (limited to 'apps/util/.formatter.exs') diff --git a/apps/util/.formatter.exs b/apps/util/.formatter.exs new file mode 100644 index 0000000..d2cda26 --- /dev/null +++ b/apps/util/.formatter.exs @@ -0,0 +1,4 @@ +# Used by "mix format" +[ + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] +] -- cgit v1.3.1