Skip to content

Commit

Permalink
fix local without parens in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smoes committed Aug 12, 2024
1 parent 721f4e9 commit c10dfb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
locals_without_parens = [defeffect: 2, delegateeffect: 2]
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [defeffect: 2, delegateeffect: 2]
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
]

0 comments on commit c10dfb1

Please sign in to comment.