diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-01-27 15:00:57 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2023-01-27 15:00:57 +0100 |
commit | 29c49417f89169c03ca05724da3c88880d3a1a17 (patch) | |
tree | a2105c4a8e1da21b617035dda3d695560578e0d7 /aoc-2019-elixir/.formatter.exs | |
parent | 6c747854c00b5f96038a726a90a7201fefd626bb (diff) | |
download | gleam_aoc2020-29c49417f89169c03ca05724da3c88880d3a1a17.tar.gz gleam_aoc2020-29c49417f89169c03ca05724da3c88880d3a1a17.zip |
Solve first two days of 2019 in Elixir
Diffstat (limited to 'aoc-2019-elixir/.formatter.exs')
-rw-r--r-- | aoc-2019-elixir/.formatter.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc-2019-elixir/.formatter.exs b/aoc-2019-elixir/.formatter.exs new file mode 100644 index 0000000..d304ff3 --- /dev/null +++ b/aoc-2019-elixir/.formatter.exs @@ -0,0 +1,3 @@ +[ + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] +] |