Skip to content

Commit a1fc1b3

Browse files
committed
Use SQL.MixFormatter plugin
1 parent d4903f6 commit a1fc1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.formatter.exs

+1-1
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)