Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113231
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
588 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R28 tesla
Attached
Detach File
Event Timeline
Log In to Comment