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/thulani_bot/.formatter.exs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 apps/thulani_bot/.formatter.exs (limited to 'apps/thulani_bot/.formatter.exs') diff --git a/apps/thulani_bot/.formatter.exs b/apps/thulani_bot/.formatter.exs new file mode 100644 index 0000000..d304ff3 --- /dev/null +++ b/apps/thulani_bot/.formatter.exs @@ -0,0 +1,3 @@ +[ + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] +] -- cgit v1.3.1