Initial Elixir project

This commit is contained in:
bluepython508
2024-09-15 11:37:00 +01:00
commit cb207114a7
12 changed files with 200 additions and 0 deletions

4
.formatter.exs Normal file
View File

@@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]