Skip to content

Commit 96f6468

Browse files
committed
don't migrate to curly braces yet
1 parent 028f957 commit 96f6468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.formatter.exs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ locals_without_parens = [
77
[
88
import_deps: [:phoenix],
99
plugins: [Phoenix.LiveView.HTMLFormatter],
10+
# TODO: remove when we drop support for LV 0.19/0.20
11+
migrate_eex_to_curly_interpolation: false,
1012
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
1113
locals_without_parens: locals_without_parens,
1214
export: [locals_without_parens: locals_without_parens]

0 commit comments

Comments
 (0)