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

6 lines
130 B
Elixir
Raw Permalink Normal View History

2023-12-01 09:56:12 -05:00
# Used by "mix format"
[
2023-12-02 09:37:03 -05:00
inport_deps: [:nimble_parsec],
2023-12-01 09:56:12 -05:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]