We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df3c7a commit 08877a4Copy full SHA for 08877a4
.formatter.exs
@@ -1,4 +1,5 @@
1
# Used by "mix format"
2
[
3
- inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
+ inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
4
+ export: [locals_without_parens: [embed_templates: 1, embed_templates: 2]]
5
]
0 commit comments