Page MenuHomePhorge

No OneTemporary

Size
588 B
Referenced Files
None
Subscribers
None
diff --git a/.formatter.exs b/.formatter.exs
index 2fce316..dd2daac 100644
--- a/.formatter.exs
+++ b/.formatter.exs
@@ -1,13 +1,17 @@
+# Used by "mix format" and to export configuration.
+export_locals_without_parens = [
+ plug: 1,
+ plug: 2,
+ adapter: 1,
+ adapter: 2
+]
+
[
inputs: [
"lib/**/*.{ex,exs}",
"test/**/*.{ex,exs}",
"mix.exs"
],
- locals_without_parens: [
- plug: 1,
- plug: 2,
- adapter: 1,
- adapter: 2
- ]
+ locals_without_parens: export_locals_without_parens,
+ export: [locals_without_parens: export_locals_without_parens]
]

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 8:12 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39485
Default Alt Text
(588 B)

Event Timeline