We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028f957 commit 96f6468Copy full SHA for 96f6468
.formatter.exs
@@ -7,6 +7,8 @@ locals_without_parens = [
7
[
8
import_deps: [:phoenix],
9
plugins: [Phoenix.LiveView.HTMLFormatter],
10
+ # TODO: remove when we drop support for LV 0.19/0.20
11
+ migrate_eex_to_curly_interpolation: false,
12
inputs: ["*.{ex,exs}", "{config,lib,test}/**/*.{ex,exs}"],
13
locals_without_parens: locals_without_parens,
14
export: [locals_without_parens: locals_without_parens]
0 commit comments