Skip to content

Commit bcab56d

Browse files
authored
Merge pull request #3 from elixir-dbvisor/use-sql-formatter-plugin
Use SQL.MixFormatter plugin
2 parents 542d432 + a1fc1b3 commit bcab56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.formatter.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
# Used by "mix format"
55
[
6-
plugins: [Ecto.MixFormatter],
6+
plugins: [SQL.MixFormatter],
77
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
88
]

0 commit comments

Comments
 (0)