This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/.formatter.exs

5 lines
97 B
Elixir
Raw Normal View History

2019-04-15 01:44:39 +00:00
# Used by "mix format"
[
2019-04-15 02:35:13 +00:00
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
2019-04-15 01:44:39 +00:00
]