Permalink
Cannot retrieve contributors at this time
13 lines (12 sloc)
338 Bytes
|
# Used by "mix format" and to export configuration. |
|
export_locals_without_parens = [ |
|
run: 1, |
|
run: 2, |
|
activity: 1, |
|
activity: 2 |
|
] |
|
|
|
[ |
|
inputs: ["{mix,.formatter,.credo}.exs", "{config,lib,test}/**/*.{ex,exs}"], |
|
locals_without_parens: export_locals_without_parens, |
|
export: [locals_without_parens: export_locals_without_parens] |
|
] |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.