This commit is contained in:
ydc3148
2026-02-12 12:45:12 +08:00
parent 483675a82f
commit 7811a9ad48
7 changed files with 125 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}"]
]