Skip to content

Commit

Permalink
remove /test directory from mix format inputs: https://github.com/dwy…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 15, 2023
1 parent 5144a15 commit 5103ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: [
"*.{heex,ex,exs}",
"{config,lib,test}/**/*.{heex,ex,exs}",
"{config,lib}/**/*.{heex,ex,exs}",
"priv/*/seeds.exs"
],
line_length: 80
Expand Down

0 comments on commit 5103ee0

Please sign in to comment.