Skip to content

Commit

Permalink
don't migrate to curly braces yet
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 4, 2024
1 parent 028f957 commit 96f6468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ locals_without_parens = [
[
import_deps: [:phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
# TODO: remove when we drop support for LV 0.19/0.20
migrate_eex_to_curly_interpolation: false,
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: locals_without_parens,
export: [locals_without_parens: locals_without_parens]
Expand Down

0 comments on commit 96f6468

Please sign in to comment.