Skip to content

Commit

Permalink
add styler
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowah committed Jun 9, 2024
1 parent 0d59596 commit 2028a54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
plugins: [Styler]
# optionally: include styler configuration
# , styler: [alias_lifting_excludes: []]
]

0 comments on commit 2028a54

Please sign in to comment.