1
0
Fork 0
advent-of-code/2024/.formatter.exs

6 lines
118 B
Elixir
Raw Normal View History

2024-12-01 08:45:07 -05:00
# Used by "mix format"
[
plugins: [Styler],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]