Skip to content

Commit 08877a4

Browse files
authored
export locals without parens for embed_templates (#9)
1 parent 0df3c7a commit 08877a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.formatter.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Used by "mix format"
22
[
3-
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
3+
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
4+
export: [locals_without_parens: [embed_templates: 1, embed_templates: 2]]
45
]

0 commit comments

Comments
 (0)