diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-11 15:09:29 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-11 15:09:29 +0200 |
| commit | 3363ab2da764825558c859f4419ff99528ed2274 (patch) | |
| tree | db5f1c71a3fe5cea64bc84c34fefe960961d3179 /elixir/.formatter.exs | |
| parent | 8094716f7c9a3d9f2886132e7419b377abb97b3b (diff) | |
| download | lambda-nantes-3363ab2da764825558c859f4419ff99528ed2274.tar.gz | |
Add elixir code
Diffstat (limited to 'elixir/.formatter.exs')
| -rw-r--r-- | elixir/.formatter.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elixir/.formatter.exs b/elixir/.formatter.exs new file mode 100644 index 0000000..d2cda26 --- /dev/null +++ b/elixir/.formatter.exs @@ -0,0 +1,4 @@ +# Used by "mix format" +[ + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] +] |
